(adsbygoogle = window.adsbygoogle || []).push({});
Flowchart Assignment
The Problem:
You have a file that contains records of vehicles; your supervisor wants a count of the
different vehicles found on the file and the percentage ratio of each.
There is a code on each record that indicates the type of vehicle, the codes are:
A = automobile
T = trucks
B = buses
M = motorcycles
O = other
The output should be a count for each type of vehicle and the percentage of the total.
Example: automobiles: 25 14%
Trucks 30 15%
Use the symbols in the handout and from the book to create a flowchart
to count and calculate the vehicle percentages.
How do I create a flow chart with NO given numbers or anything? I am so confused please help out ASAP!!
---------- Post added at 08:34 PM ---------- Previous post was at 08:31 PM ----------
Can anyone help me PLEASE?!?!