The if statement - overview

Nasza ocena:

3
Wyświetleń: 336
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
The if statement  - overview - strona 1

Fragment notatki:

The if statement • The general form is if ( expression ) statement1 else statement2 • One and only one of the two statements associated with an if-else is performed • If the expression is: - true, statement1 is executed; - if not, statement2 is executed. • Each statement can be a single statement or several - if several, then in braces. ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz