Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+10 votes

So in processApplicant method, you're supposed to prompt the user a bunch of questions to get data using getInteger/Double/String methods then pass those in computeACT/SAT/GPA-Score method and then use those scores to find the overall score and return the overall score to main.
How do pull the ACT/SAT/GPA score from the processApplicant method to another method without prompting the user a bazillion questions and doing calculations again?

closed with the note: Yeah I didn't read the instructions clear enough so nevermind.
asked in CSC211_Winter2018 by (1 point)
...