TizzyT

Branching[PSUEDO] -TizzyT

Feb 9th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. print("Enter your name:")
  2. Name = console.nextLine()
  3. print("Enter your GPA:")
  4. GPA = console.nextDouble()
  5. console.close()
  6. HonorLvL = Summa cum laude
  7. Graduate = Eligible
  8. if GPA is less than 3.8 then HonorLvL = Manga cum laude
  9. if GPA is less than 3.6 then HonorLvL = Cum laude
  10. if GPA is less than 3.2 then HonorLvL = No honor
  11. if GPA is less than 2.0 then Gradusates = Non-Eligible
  12. print("Name:")
  13. print("Graduation Status:")
  14. print("Honor level:")
Advertisement
Add Comment
Please, Sign In to add comment