Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Enter your name:")
- Name = console.nextLine()
- print("Enter your GPA:")
- GPA = console.nextDouble()
- console.close()
- HonorLvL = Summa cum laude
- Graduate = Eligible
- if GPA is less than 3.8 then HonorLvL = Manga cum laude
- if GPA is less than 3.6 then HonorLvL = Cum laude
- if GPA is less than 3.2 then HonorLvL = No honor
- if GPA is less than 2.0 then Gradusates = Non-Eligible
- print("Name:")
- print("Graduation Status:")
- print("Honor level:")
Advertisement
Add Comment
Please, Sign In to add comment