Computer Science, asked by rajalakshmi3249, 1 year ago

draw a flowchart that accept three numbers and displays the least of the numbers

Answers

Answered by william
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
Answered by vishvaluke
2
start
  input d,e,f
  m<-d
  if b < m then m<-e
  if c < m then m<-f
  output a
end
Similar questions