Hi! to everyone
I'm starting out in programming,I need a pseudocode or flowcharting to use to help me get started on coding. Often, when I take a look at a coding assignment, it looks daunting, and it's hard to figure out exactly where to start. Especially with all of that specific code syntax.I need a Pseudocode that will let me focus on the algorithm - the problem solving technique - without letting the actual code syntax get in the way.For the following program that I want to design
Daily Life Magazine wants an analysis of the demographic characteristics of its readers. The Marketing department has collected reader survey records in the following format:
MAGAZINE READER FILE DESCRIPTION
File name: MAGREADERS
Not sorted
FIELD POSITIONS DATA TYPE DECIMALS EXAMPLE
DESCRIP
Age 1-3 Numeric 0 38
Gender 4 Character F
Marital status 5 Character M
Annual income 6–11 Numeric 0 45000
Can you help me with the pseudocode for the program that would produce a count of readers by age groups as follows: under 20, 20 – 29, 30 – 39, 40 – 49, and 50 and older. Print appropriate headings.
I will be grateful if you can help here.
Eager StudentC