Computer Science, asked by easinalefaz, 2 days ago

Imagine there is a program which takes three different types of numerical input from the user. The program then matches the three types of input and gives the largest value of the three numbers as the output.
Draw a flowchart in showing how this program will look like?(Need flowchart) ​

Answers

Answered by llKingFlirtyll
2

Program Explanation

Get three inputs num1, num2 and num3 from user using scanf statements. Check whether num1 is smaller than num2 and num3 using if statement, if it is true print num1 is smallest using printf statement. Else, num2 or num3 is smallest. So check whether num2 is smaller than num3 using elseif statement.

Answered by ItzTareCutiePie
3

Answer:

Don't need to thanks my answers

Explanation:

यासुकी-चान को खुशी मिली तो तोत्तोचान को ... को पेड़ की ओर खींच रही थी तब एक बादल का बड़ा ...

Similar questions