Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 348 Bytes

Week01Day02.md

File metadata and controls

23 lines (12 loc) · 348 Bytes

Tasks: None

For Tomorrow:

Loops

Assignments:

  1. Take inputs of 5 marks from the users and print the average of those 5 marks and allot them a grade according to the following scheme:
  • A > 90

  • 90 >= B > 80

  • 80 >= C > 60

  • 60 >= D > 40

  • E <= 40

CCs:

  1. None