Draw a flowchart...
given following pseudocode, draw complete flowchart:
total = 0
{
read saving
total = total saving
read whether continue
} while (continue =='y')
display total saved
had in mind:
1) draw box 'start' in it.
2) draw parallelogram 'total=0' in it.
3) draw rectangle 'read saving, total = total saving, , read whether continue' in it.
stucked. think there mistakes in 3 points above... =="
given following pseudocode, draw complete flowchart: total = 0 { read saving total = total saving read whether continue } while (continue =='y') display total saved had in mind: 1) draw box 'start' in it. 2) draw parallelogram 'total=0' in it. 3) draw...
Computers & Internet Programming & Design Next
Comments
Post a Comment