0
Please help me with my first C++ program
Im trying to make a random question test using user input and T/F questions. Im new to this and for some reason it wont output anything. Any help is greatly appreciated! Thank you! https://code.sololearn.com/cgsjxP47p2ME/?ref=app
4 Answers
+ 6
Youâre using the wrong operator for cout. It needs to be <<, not >>.
Also you need to use == instead of = in your if statements, and >= instead of =>.
+ 5
Line 15: 'if else' should be 'else if'
+ 1
Buddy I will suggest you to complete the course first..Then think of building any program..There are lots of bugs and errors in program..
0
Lol yea im starting to see that