Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a) Write C++ statements for the algorithms in Figure 2Initialize total to zero Initialize counter to zero Input the first mark while the user has

a) Write C++ statements for the algorithms in Figure 2Initialize total to zero Initialize counter to zero Input the first mark while the user has not as yet entered the sentinel add this mark into the running total add one to the mark counter input the next mark (possibly the sentinel) endwhile if the counter is not equal to zero set the average to the total divided by the counter print the average else print 'no marks were entered' endir Figure 2.

b) Write C++ statements for the algorithm in Figure 3. (10 marks) initialize passes to zero initialize failures to zero initialize student to one while student counter is less than or equal to ten input the next exam result if the student passed, ie mark is 60 or more add one to passes else add one to failures endir add one to student counter endwhile print the number of passes print the number of failures if eight or more students passed print "raise tuition" endir Figure 3.

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

Combinatorial Testing In Cloud Computing

Authors: Wei-Tek Tsai ,Guanqiu Qi

1st Edition

9811044805, 978-9811044809

More Books

Students also viewed these Programming questions

Question

In Problems 43 54, factor each polynomial. x 2 + 7x + 10

Answered: 1 week ago

Question

What are the objectives of job evaluation ?

Answered: 1 week ago

Question

Write a note on job design.

Answered: 1 week ago

Question

Compute the derivative of f(x)cos(-4/5x)

Answered: 1 week ago

Question

Discuss the process involved in selection.

Answered: 1 week ago