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

13th Aug 2019, 5:59 PM
Logan Jackson
Logan Jackson - avatar
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 =>.
13th Aug 2019, 6:01 PM
aklex
aklex - avatar
+ 5
Line 15: 'if else' should be 'else if'
14th Aug 2019, 2:06 AM
Sonic
Sonic - avatar
+ 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..
14th Aug 2019, 2:27 AM
Alaska
Alaska - avatar
0
Lol yea im starting to see that
14th Aug 2019, 2:29 AM
Logan Jackson
Logan Jackson - avatar