Question: how would i declare 4 boolean functions with one if else statement. thank you Activity #3: Create a project Lab03c for the program JuryEvaluation.java (available

how would i declare 4 boolean functions with one if else statement.
thank you
 how would i declare 4 boolean functions with one if else
statement. thank you Activity #3: Create a project Lab03c for the program

Activity #3: Create a project Lab03c for the program JuryEvaluation.java (available in MS Teams under Lab03). Compile and run the program. It prompts for and reads a percent value for each of the following aspects: 1. expressiveness, 2. timbre richness, and 3. note accuracy. Extend the program with boolean variables and a single if-else control to say whether the student passed or needs to be retested. The student passes IF s/he receives at least 60% on all the 3 aspects, OR she recevies at least 50% on expressiveness, and receives at least 70% on the other two, OR s/he recevies at least 50% on expressiveness and timbre richness, and receives at least 90% on note accuracy, OR s/he receives at least 35% on expressiveness, but receives at least 90% on timbre richness and note accuracy Your program prints out one of two messages: "Pass" (if the performer passed the test) "Recommendation for retest" (if failed the test). Jury Evaluation Program Expressiveness score(%): 50 Timbre richness score(%): 70 Note accuracy score(%): 90 Pass. Jury Evaluation Program Expressiveness score(%): 35 Timbre richness score(%): 90 Note accuracy score(%): 90 Pass. Jury Evaluation Program Expressiveness score(%): 20 Timbre richness score[%): 50 Note accuracy score(%): 90 Recommended for retest

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!