Write a method named graduation that takes two arguments gpa and totCreditsEarnd Determine graduation status based on the following: A student must have completed at least 180 credits with a gap of...


Write a method named graduation that takes two arguments gpa and totCreditsEarnd


Determine graduation status based on the following:


A student must have completed at least 180 credits with a gap of 2.0 or greater


A student who meets both requirements, display graduating


A student who does not meet both requirements, display see department chair


Read both values from the keyboard


Ex.


a()


Read values from the keyboard


Pass values to b()


b() determine status


return status to a()


b(); return an integer, 1 or 0


a() if 1 is returned display graduating; if 0 is returned display see department chair



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here