Need advise from the expert in programming using "DEV C++, from this programming i cannot compiled the data.
Thanks
Code:
#include<iostream.h> #include<conio.h> void main() { int age; count<<"\n enter the age:"; cin>>age; count<<"\n your age"<<age<<"years old"; getch(); }
Thanks
Comment