Ask a New Question

Asked by baikedagn

design an algorithm that reads three numbers and prints that smallest number.using pseudo code and flow chart
10 years ago

Answers

Answered by Steve
read x,y,z
if (x<y & x<z) {print x}
else if (y<x & y<z) {print y}
else {print z}
10 years ago
Answered by Esayas
Non answer
8 years ago
Answered by mihret
Using pseudocode, write an algorithm to read two numbers then display the smallest
3 years ago

Related Questions

Design an algorithm that accepts two values, the hourly rate and the number of hours worked by an em... Write an algorithm that reads the names of 10 students, their weights in kilograms, five test sco... design an algorithm that keeps on reading numbers until the user enters-1and them determines and out... Charlie reads quickly. He reads 1 3/7 pages every 2/3 minutes. How many pages does he read per mi... Design an algorithm that keeps reading positive numbers until the user enters a zero value, and dete... Design an algorithm that multiplies three numbers and display the results? Design an algorithm that compare three numbers and display the smallest to the screen? Design an algorithm to find the average age of n students, where n is the number of students. What does “the algorithm” do in the context of social media? (1 point) Design an algorithm to assist a school to calculate it's canteen which sum up to 12cedis displaying...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use