pull/659/merge
Fabricio Solís Alpízar 3 years ago committed by GitHub
commit 9df5ae2d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -318,14 +318,14 @@ isRaining
2 is an even number 2 is an even number
Enter a number: 9 Enter a number: 9
9 is is an odd number. 9 is an odd number.
``` ```
### Exercises: Level 2 ### Exercises: Level 2
1. Write a code which can give grades to students according to theirs scores: 1. Write a code which can give grades to students according to theirs scores:
- 80-100, A - 80-100, A
- 70-89, B - 70-79, B
- 60-69, C - 60-69, C
- 50-59, D - 50-59, D
- 0-49, F - 0-49, F

Loading…
Cancel
Save