Level of Knowledge
Uppgift
Swipe to start coding
- 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
.
Lösning
solution
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 2