Aren't there if / else if / else conditions in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Aren't there if / else if / else conditions in C++?

29th Jul 2016, 1:04 AM
SouthBay
SouthBay - avatar
4 Answers
+ 3
if () { //code } else if () { //code } else { //code }
29th Jul 2016, 4:27 PM
Cohen Creber
Cohen Creber - avatar
0
This is missing in the lesson! Thanks.
29th Jul 2016, 5:22 PM
SouthBay
SouthBay - avatar
0
@SouthBay No problem :) Yeah it's a bit of a downer that some basic parts of the language are missed out. Although I'd think that's likely due to how short the course and how quickly you could speed through it.
29th Jul 2016, 5:23 PM
Cohen Creber
Cohen Creber - avatar
- 1
There are all of them.
29th Jul 2016, 11:39 AM
Vlad Cranga
Vlad Cranga - avatar