Help please :) :) :)
Attachments:
Answers
Answered by
1
2)Algorithm to divide two numbers in C:
Start.
Accept Number one.
Accept Number two.
Divide both the numbers.
Print the result.
End.
3)step 1:start
step 2:input a, b, c
step 3:if a>bgo to step 4,otherwise go to step 5
step 4:if a>c go to step 6,otherwise go to step 8
step 5:ifb>c go to step 7,otherwise go to step 8
step 6:output "a is the largest ",go to step 9
Start 7 : Output "b is the largest", goto step 9
Start 8 : Output " c is the largest", goto step 9
Start 9 : Stop
HOPE IT WAS HELPFUL
MARK ME THE BRAINLIEST PLS !
Similar questions