Joined
Last Seen
-5 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 4
- Posts with Downvotes
- 1
- Downvoting Members
- 4
0 Endorsements
Ranked #107.57K
1 Posted Topic
Re: follow this basic program structure and you can get the answer #include <iostream> #include <conio.h> using namespace std; int main () { cout << "Hello World! "; getch(); return 0; } |