Asked by husanpreet

Write a pseudo code algorithm which:
• Determines the average weight of a person over a particular year.
• For each month, your algorithm should input the person's weight for that month (a positive
real number). Your algorithm should loop, repeating the input, until the input is positive.
• Finally, your algorithm output the average weight.

Answers

Answered by karimu
pseudocode that will accept 20 numbers and find their product????
Answered by عبير
Write an algorithm in pseudocode that finds the average of numbers in list A[n].
Answered by a
Convert a binary number to its decimal value
Write an Algorithm (Pseudo-code) and draw the flowchart to INPUT a student mark and then PRINT (display) the student evaluation that corresponds to its mark as follow:
Mark Evaluation <60
“Fail”
60<mark<69 “D”

70<mark<79 “C”

80<mark<89 “B”

90<mark<100 “A”

Related Questions