getline??#include<iostream.h> #include<conio.h> #include<fstream.h> void main() { clrscr(); int age; c...
How to know which is greatest number?#include<stdio.h> #include<conio.h> void main() {int i,max=0,imax,b; int a[5]; clrscr(); for (...
How to create this program ?Thanks for replying, i want to add 3% of 17810 to itself (that is 17810). And repeat this upto 8th t...
How to create this program ?Add 3% to 17810(to get new answer) and then again add 3% to the new answer. Continue till 8 times.
This user does not accept Private Messages