answersLogoWhite

0

A number of student results are to be entered using the keyboard and

the results are to be printed. Each student will have a variable number

of results, the termination of which is represented by the value 999.

Although the number of marks for each student is variable, these will

usually be between 1 and 5, so there will be no problem printing the

marks for each student on one line. The termination of the whole group

of student names will be represented by XXXX.

Write the pseudocode to calculate the total score for each student, print

the student name, each of the student's marks and the total. An

example of output might be:

Student Name Marks Total

John Smith 34 56 72 162

where the data typed using the keyboard for two students would be:

John Smith, 34, 56, 72, 999, William Holland, 67, 43, 12, 34, 999,

XXXX.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you write the pseudo codes that will accept 7 numbers and display their sum?

Start accept 7 number calculate sum print sum stop


How can i write pseudo code for C plus plus if i haven't even wrote the program yet?

You are going about this backwards. First, define the program. Second, describe its algorithm. Third, if needed, write pseudo code. (Sometime, algorithm and pseudo code is the same process.) Fourth, or third, write real code.


How does pseudo code operate?

It doesn't. Pseudo code isn't a programming language, it is just there to give an idea of how you could write a program.


How do you write a pseudo code for find the quadratic equation?

computer scince


Write the Pseudocode to find the factorial of a number?

Pseudo code+factorial


Explain Pseudo code for circular linked list?

write pseudocode for link list


How do you memorize a current events?

The best way to memorize a speech or essay is just to repeat it over and over until you remember it. Write it out on a card or set of cards and keep going over it until you can recite it.


How to write pseudo code effectively?

To write pseudo code effectively, start by clearly defining the problem and breaking it down into smaller steps. Use simple language and logical structure to outline the algorithm without worrying about syntax. Make sure to include comments to explain the purpose of each step and test your pseudo code to ensure it accurately solves the problem.


Where to write the shop codes at tamagotchi?

go to the shop and press the button on the left four times until he has a suprizsed face then put in the code


How do you get jeep to start?

bleed the fuel line of air may have to prime. if old prime in top of carburetor. if new turn switch on for 4 sec two times. stop at two. wait repeat three turns on new jeep should activate codes for check/engine light turn switch till you see odometer light up repeat two times then comes codes if flashes done you have no codes have pen ready to write


How do you write a good paper?

1) Do good research. 2) Make good notes. 3) Write a detailed outline. 4) Write a first draft. 5) Proofread the paper. 6) Rewrite it. [Repeat 5 and 6 until satisfied with the result.]


Write a pseudo code to find the sum of digits of a given number reducing them to a single digit?

5