I'm new to programming, don't know much
Have an assignment due and need someone to point me in the right direction.
I've started but can't get pass one of the most important task because i have no idea wot to do.
Can some one please help I've done task 1 working on task 2 but i need someone 2 explain task 3.
I HAVE NO CODE TO SHOW BECAUSE I HAVE NO IDEA HOW TO START TASK 3 but i can show u what i did for task 1 which I'm not even sure is correct but i tried, and still trying unlike the kids in my class that just gave up.
The ScenarioThe membership details of all members of the soccer club are currently monitored using a manual list. At club meetings the membership list is checked by the club secretary and no person may enter the meeting who is not on the list. Members must pay an annual subscription which is at adult level or junior (under 18 years of age on 1 September) level. Details of all members are registered with the local soccer league to enable them to play in matches. The information currently stored in the
list includes the following:
• member name
• member number
• address
• contact telephone number
• membership level (adult or junior)
• date of payment.
The membership list is also made available to the treasurer who monitors the membership and subscriptions. The club runs three teams, 1st team, 2nd team and junior team and the captains of each team also have access to the membership list so that they can select players for matches against other clubs. The club secretary also records the number of matches played by each member including team played for, goals scored, bookings (yellow cards) and sending offs (red cards) for each player. This information is recorded after each match played.
The club officials have requested that the membership system be computerized. The aim is to speed up the production of regular monitoring reports on players and meet the soccer league requirements regarding player records and data protection.
Task 1 – 20 MarksThe club secretary would like the following report on a regular basis:
Report 1. A list of all the paid-up member names and contact numbers by membership level,
with totals for each level.
Report 2. A list of players for each of the three teams for the current season with details of
number of matches played for each team (a player may play for more than one team), goals scored, bookings (yellow cards), sending offs (red cards) with the players listed in alphabetical order.
Using JSP techniques and methodology analyse the requirements for both reports. Produce a set of
diagrams for each report showing the step-wise progression. Diagrams should include logical data
structure diagrams (DSDs), preliminary program structures (PSDs) as well as the detailed program
specification for each report.
Task 2 – 12 MarksDraw a flowchart for each of the two reports specified in Task 1
Task 3 – 20 Marksa) Write a procedure that will check for paid-up members. This procedure will be included in the
program that the secretary will use when checking if people are allowed into meetings.

Write pseudocode for the two reports described in Task 1. Include in your code the procedure
written in 3a).
c) Write pseudocode for a reports main menu.
Note: you are not expected to write pseudocode for the options, only the code to navigate the
menu is required.