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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here