Skip to content

[Kotlin] Print “Hello World”

[C++] Tutorial(4): if-else, switch, loop and flow control

Last Updated on 2021-05-06 by Clay

In the programming language, if-else allows us to make different responses according to different situations, loop allows the computer to do a large number of tasks of similar nature to automate operations, and flow control allows us in the loop, you can fast forward to next iteration, or even leave the loop early.

Read More »[C++] Tutorial(4): if-else, switch, loop and flow control
Exit mobile version