rearrange the pseucode in the proper order
Attachments:
Answers
Answered by
1
The Answer is the following :
Start 1
Input Distance, Time
Calculate Speed
Display " Charge Fine depending on the Speed"
If Speed > 60
Display " Good Practice "
Otherwise
Display "Pay the Fine"
End if
Display "program ends"
End
Start 1
Input Distance, Time
Calculate Speed
Display " Charge Fine depending on the Speed"
If Speed > 60
Display " Good Practice "
Otherwise
Display "Pay the Fine"
End if
Display "program ends"
End
Similar questions