Answer to Question #26585 in Economics of Enterprise for deepak jha
write a c++ program to display "Hello Computer" on the screen.
1
2013-03-25T09:59:31-0400
#include <iostream>
using namespace std;
int main()
{
cout << "Hello Computer" << endl;
return 0;
}
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!
Comments
Leave a comment