Guided Paths
Contests
Interview Prep
Practice
Resources
Problem of the day
Login
New update is available. Click here to update.
Back to home
Conditional Statements and Loops
Module
Conditional Statements
0% completed
Introduction
if statement
if-else statement
nested if statement
if-else-if statement
Find the output I
If statement I
Find the output II
Find the output III
If statement II
Find the output IV
Find the output V
Switch Statement
Find the output VI
Switch statement
Default case
Jump Statement
Goto statement
Skip iteration
Practice Problems
0% completed
Find Character Case
Total Salary
Largest of three numbers
Find the Quadrant of the coordinate point
Loops
0% completed
Introduction
For Loop
While Loop
do-while Loop
for_each Loop
For loop
Loop execution
Goto label
Find the output VII
Find the output VIII
Find the output IX
Practice Problems
0% completed
Sum of Even Numbers till N
Fahrenheit to Celcius
Sum of even & odd
Find the Power of a number
Find factorial of a number
Nth Fibonacci number
Report an issue
Basics Of C++
For loop
Which for loop is correct?
Options:
for {i=0,i<10,i++}
for (i=0; i<10; i++){cout<<i;};
Submit
Change Theme