If else

Published by Mario Oettler on

Last Updated on 23. March 2023 by Martin Schuster

The if statement splits the program flow according to a condition. The syntax looks like that:

 if(i <= 100){
    // do something here
 }else{
    // do something else here
 }

If the condition in the round brackets is evaluated to true the program code in the curly brackets is executed. If the condition in the round brackets is false the program code in the else block is executed instead.

The else part is optional.

Categories:

https://blockchain-academy.hs-mittweida.de/wp-content/uploads/2021/04/logo_bcam_rgb_gross.png

Welcome

Blockchain Academy

Continue with credential

No account yet?

Powered by Hidy

Register with Hidy


Register
Sign in

We need the following credential to register:

please select:

To create a new account, we need the following data from you:

We would appreciate the following additional information from you for the creation of your account:

Welcome

Blockchain Academy

Continue with credential

Already have an account?

Powered by Hidy

Sign in with Hidy


Register
Sign in

We need the following credential to log in:

please select: