Answer to Question #23431 in C++ for geleta
write a program that displays xxx on screen.
1
2013-02-11T10:23:54-0500
#include <iostream>
void main(){
std::cout<<"xxx\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