0

What does "if else" do in c++

What is if else

30th Dec 2021, 10:36 AM
Gibo
Gibo - avatar
5 Answers
+ 4
IF this happens, do this. ELSE, do that.
30th Dec 2021, 10:41 AM
Slick
Slick - avatar
+ 2
Program flow control.
30th Dec 2021, 10:39 AM
Slick
Slick - avatar
+ 1
Can you explain it more specific?
30th Dec 2021, 10:40 AM
Gibo
Gibo - avatar
+ 1
Thanks
30th Dec 2021, 10:41 AM
Gibo
Gibo - avatar
0
Gibo If else statement evaluates and do the program one by one example : if (control statement) { } else { ...}// your code
1st Jan 2022, 11:01 AM
shlee_
shlee_ - avatar