Answer to Question #57380 in C++ for Sajid
Q.write a program to display:
You are 18 years old.
You are students of mathematics
1
2016-01-20T07:19:26-0500
#include <iostream>
using namespace std;
int main()
{
cout <<"You are 18 years old. "<<endl<<"You are student of mathematics"<< endl;
}
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments
Leave a comment