Corso di Raku / Fondamenti / Controlli condizionali / Blocchi if
Quiz: if
Complete the following programs.
1
This program has to check if the age is 21 years or more.
| . | my $age = 24; | |
| >= { | if $age ␣␣ 21 ␣ | Both >=and≥can be used here. | 
| . | say 'We can sell it to you.'; | |
| } | ␣ | 
2
In this program, you have to check if $x is between 10 and 15 (exclusive).
| . | my $x = 12.3; | 
| < < | if 10 ␣ $x ␣ 15 { | 
| . | say 'The value of $x is acceptable.'; | 
| . | } | 
Navigazione del corso
←
        Controlli condizionali
  |  
        Controlli condizionali / Blocchi else
→
💪 Or jump directly to the exercises to this section.
Questa pagina è tradotta automaticamente con ChatGPT 4o. Testo originale in inglese.
Traduzioni di questa pagina: English • Deutsch • Español • Italiano • Latviešu • Nederlands • Български • Русский • Українська