Computer Science, asked by dramaqueen51, 4 months ago

write a program in q basic to find the lowest value among the three numbers​

Answers

Answered by Anonymous
1

\fbox\pink{A}\fbox\blue{n}\fbox\purple{s}\fbox\green{w}\fbox\red{e}\fbox\orange{r}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.

Similar questions