draw a flowchart that accept three numbers and displays the least of the numbers
Answers
Answered by
2
go through by this step, i hope u got ur answer friend.
start
input a,b,c
m<-a
if b < m then m<-b
if c < m then m<-c
output m
end
start
input a,b,c
m<-a
if b < m then m<-b
if c < m then m<-c
output m
end
Answered by
2
start
input d,e,f
m<-d
if b < m then m<-e
if c < m then m<-f
output a
end
input d,e,f
m<-d
if b < m then m<-e
if c < m then m<-f
output a
end
Similar questions
Science,
9 months ago
Math,
9 months ago
English,
1 year ago
Math,
1 year ago
Computer Science,
1 year ago