Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre The Keyword Default | Conditional Statements
Introduction to C++
course content

Contenu du cours

Introduction to C++

Introduction to C++

1. Basics
2. Variables
3. Conditional Statements
4. Loops
5. Intro to Arrays

book
The Keyword Default

To specify the code to execute if there is no case match, you can use default keyword in switch statement. For example, the coffee machine has a list of types of coffee by its number (from 1 to 3). If you want to choose one, just type its number. But there is a huge amount of numbers that users can type by mistake. Here we can use the default keyword:

The default statement executes the code when the non of statements are true.

The default statement must be at the end of the switch.

question-icon

Fill the gaps:

The `default` keyword specifies some code to runand it.

Click or drag`n`drop items and fill in the blanks

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 9
We're sorry to hear that something went wrong. What happened?
some-alt