Answer to Question #20154 in C++ for Muhmmad Taseer
write a program that will print that statement
Taseer
1
2012-12-07T04:03:34-0500
#include <iostream>
using namespace std;
void main(){
cout<<"Taseer\n";
system("pause");
}
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