PLEASE HELP. New to processing & I am having a very hard time understanding.

edited October 2015 in Using Processing

The directions are to write a program that... - Asks a user how many class grades will be entered Use a while statement to loop for the number of grades to be received by the user. In the loop... -Ask a user for a letter grade -Ask the user whether the grade is from a class that is an AP class (char Y or N?) In the program write a function that receives the letter grade from a non-AP Class and returns the value of the quality point for the letter grade to the main program

Also, write a function that receives the letter grade but figures the quality point for the AP class grade, and returns that value to the main program. Call the appropriate function defined above based on the user input of the class being AP or non-AP.

When it returns to the main program, - print the quality point - accumulate (sum) the quality points that are returned each time

When the loop is completed (counter>the number of grades to be entered) Calculate the GPA Print the GPA.

Help is very appreciated..

Sign In or Register to comment.