Question: Write the pseudocode and draw a flowchart for an algorithm to do the following 1. Accept five numbers and print whether they are positive
Write the pseudocode and draw a flowchart for an algorithm to do the following 1. Accept five numbers and print whether they are positive or negative. 2. Accept 20 numbers from the user and find and print the sum of the even ones only. 3. Print the largest number from a set of 10 numbers entered by the user. 4. Compute the highest and lowest of a set of n numbers entered by the user.
Step by Step Solution
3.32 Rating (143 Votes )
There are 3 Steps involved in it
Heres the pseudocode and a flowchart for each of the four tasks you mentioned Task 1 Accept five num... View full answer
Get step-by-step solutions from verified subject matter experts
