0
What are Loops and conditions in C++?
Tell me
2 Answers
+ 5
As nicely covered in the existing tutorials. If you have any queries after reading the tutorials, you may post specific questions which elaborate on a particular case or term.
https://www.sololearn.com/Course/CPlusPlus/?ref=app
+ 1
Conditional Statement :
Conditional statement are used to control the flow means if some condition is true than only execute certain statement.
Loops :
Loops are used to repeat a block of statement if certain condition are true.
Hope this helpsâșïžâșïž.