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.65K
1 Posted Topic
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; }
The End.
deepshikha more