Contenido del Curso
C++ Conditional Statements
C++ Conditional Statements
Level of Knowledge
Swipe to show code editor
- Develop a software program that assesses a student's knowledge level by analyzing their score using
switch
statement. - Output in the console:
Low
If the score value is from1
to3
;Intermediate
If the score value is from4
to7
;High
If the score value is from8
to10
.
¡Gracias por tus comentarios!
Level of Knowledge
Swipe to show code editor
- Develop a software program that assesses a student's knowledge level by analyzing their score using
switch
statement. - Output in the console:
Low
If the score value is from1
to3
;Intermediate
If the score value is from4
to7
;High
If the score value is from8
to10
.
¡Gracias por tus comentarios!
Level of Knowledge
Swipe to show code editor
- Develop a software program that assesses a student's knowledge level by analyzing their score using
switch
statement. - Output in the console:
Low
If the score value is from1
to3
;Intermediate
If the score value is from4
to7
;High
If the score value is from8
to10
.
¡Gracias por tus comentarios!
Swipe to show code editor
- Develop a software program that assesses a student's knowledge level by analyzing their score using
switch
statement. - Output in the console:
Low
If the score value is from1
to3
;Intermediate
If the score value is from4
to7
;High
If the score value is from8
to10
.