Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David Kroenke

11th Edition

0132302675, 9780132302678

More Books

Students also viewed these Databases questions

Question

LO1 Understand human resource management and define human capital.

Answered: 1 week ago