Question
In order to be employed at a certain company, a candidate must participate in three tests . The candidate is accepted if the all tests
In order to be employed at a certain company, a candidate must participate in three tests . The candidate is accepted if the all tests scores are above 75, or if the average score is above 80. a. Design a flowchart which reads as input three numbers representing the scores of the candidate and prints as result a message of the form: The candidate is accepted or The candidate is not accepted b. Design program in C which reads as input three numbers representing the scores of the candidate and prints as result a message of the form: The candidate is accepted or The candidate is not accepted (For example if the user enter the values 90, 70, 95 then the output will be The candidate is accepted, because the average is above 80)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started