Mahapotta Member Member since May 20, 2017 Last active May 20, 2017 Total activities 0 Activity feed Recent contributions #Threads 8 years ago How to find the total rent in given program #include<stdio.h> int main() { int rent,year,incre,a,s; printf("Rent Per month\n"); scanf("%d",&rent); puts("INCREAMENT\n"); scanf("%d",&inc...