Trace the following code fragment. What is the output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Trace the following code fragment. What is the output?

Ayone can help me solve this problem https://code.sololearn.com/cyImr5vxY1hN/?ref=app

18th Jan 2021, 6:54 AM
Izzat Idham
Izzat Idham - avatar
1 Answer
+ 4
First, when you want to type multiple lines of codes inside "loops" and "if-else" statements, you must use curly brackets { } because without brackets the compiler will recognize only the first line as part of the statement. And I see many syntax error in conditions and assignments. Don't worry, you will get used to it eventually, just keep practicing like what you're doing right now. Keep Learning and All the Best! https://code.sololearn.com/cA25A0435a5a
18th Jan 2021, 7:05 AM
noteve
noteve - avatar