Ask a New Question

Asked by Wilfred

Algorithm to find smaller of three numbers, A,B,C and min. flowchart should output/print smaller number as min
3 years ago

Answers

Answered by oobleck
min = A
if B < min then min = B
if C < min then min = C
output min
3 years ago

Related Questions

write an algorithm to find the sum of two numbers Use Euclid's algorithm to find a multiplicative inverse of 15 mod 88, hence solve the linear congrue... Design an algorithm to find the average age of n students, where n is the number of students. Write algorithm to find square of number how to write algorithm find the maximum,minimum,sum and average of 3 numbers using standard algorithm find 355 x 893 Use standard algorithm to find 765x222 smaller To find the difference in mass between the Golden Gate Bridge and the Eiffel Tower, we ne... smaller pls To find the difference in mass between the Golden Gate Bridge and the Eiffel Tower, w...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use