Hi all. Im a newbie and need help creating flowcharts for my class projects. I worked on them for a few days now and cannot figure them out. I am running out of time and have to get thru this class.
Here is what I need them to do
#1
Cool’s Department Store keeps a record of every sale in the following format:
DEPARTMENT STORE SALES FILE DESCRIPTION
File name: DEPTSALES
Sorted by: Department
Field Description Data Type COMMENTS
Transaction Number Numeric a 6-digit number
Amount Numeric 2 decimal places
Department Numeric a 3-digit number
Create the flowchart that shows the logic for a program that would print each transaction’s details, with a total at the end of each department.
I have to use control breaks with this
#2
The city of Cary is holding a special census. The census takers collect one record for each citizen as follows:
Census File Description
File name: CENSUS
Not sorted
FIELD DESCRIPTION DATA TYPE EXAMPLE
Age Numeric 42
Gender Character F
Marital Status Character M
Voting District Numeric 18
The voting district field contains a number from 1 through 22.
Use Visio to create the flowchart for this program that would produce a count of the number of citizens residing in each of the 22 voting districts.
I have to use arrays for this and I cant figure it out
I would greatly appreciate all and any help given
Thanks
Dawn