; Before return 0; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

; Before return 0;

IM IN ALL CAPS BECAUSE MY IPAD KEYBOARD IS STUCK ON IT. WHY DO I GET AN ERROR SAYING I NEED TO PUT A SEMICOLON BEFORE RETURN 0; ? THATS NOT WHAT IT SAID YOU NEED TO DO IN THE C++ TUTORIAL

9th Oct 2019, 1:44 AM
OnesAndZeroes10
OnesAndZeroes10 - avatar
2 Answers
+ 5
; operator is called the termination operator. It is used for statement termination. So you need to put ; after every statement except for blocks which you'll learn as you move forward in the tutorials. Good luck!
9th Oct 2019, 2:40 AM
blACk sh4d0w
blACk sh4d0w - avatar
+ 1
Okay, thanks for the help!
9th Oct 2019, 2:43 AM
OnesAndZeroes10
OnesAndZeroes10 - avatar