Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This pseudocode is intended to determine whether students have passed or failed a course; student needs to average 60 or more on two tests. start

image text in transcribed
This pseudocode is intended to determine whether students have passed or failed a course; student needs to average 60 or more on two tests. start Declarations num firstTest num secondTest num average num PASSING = 60 while firstTest not equal to 0 output "Enter first score or 0 to quit " input firstTest output Enter second score or 0 to quit input secondTest average = ( firstTest + secondTest) / 2 ouput Average is " average if average >= PASSING then output "Pass else output "Fail" endif firstTest = 0 endwhile stop

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

Capital Theory And Political Economy Prices, Income Distribution And Stability

Authors: Lefteris Tsoulfidis

1st Edition

1351239414, 9781351239417

More Books

Students also viewed these Economics questions

Question

What are the advantages of level material flow?

Answered: 1 week ago

Question

An improvement in the exchange of information in negotiations.

Answered: 1 week ago