Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The pseudocode needs to be in python language Problem 1: Write a pseudocode algorithm that performs the following: a) Read in 5 separate numbers from

image text in transcribedThe pseudocode needs to be in python language
Problem 1: Write a pseudocode algorithm that performs the following: a) Read in 5 separate numbers from the user b) Calculate the average of the five numbers c) Find the smallest (minimum) and largest (maximum) of the five entered numbers d) Write out the results found from steps b and c with a message describing what t results were. The algorithm output is as shown below Sample Output: Average of all numbers56 Maximum number: 68 Minimum number: 23 Program 2: Write pseudocode that will add all the even numbers from 0 up to a user defined stopping point (inclusive if even). Output the stopping point, and the sum of all even numbers up to the stopping point (inclusive if even). The algorithm output is as shown below Sample Outputs: Stopping point: 12 Sum of all evens 42 stopping point: 9 Sum of all evens 20 Program 3: Write a pseudocode algorithm that asks someone how old they are today, an Soive a probiem Stuck on a homework problem? at careers for you What is the hybridization of ketamine? 1 SOLUTION Help us fine tune your matches

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

Oracle Solaris 11.2 System Administration (oracle Press)

Authors: Harry Foxwell

1st Edition

007184421X, 9780071844215

More Books

Students also viewed these Databases questions

Question

2. What are your challenges in the creative process?

Answered: 1 week ago