Design
Task Your task is to create a design (using pseudo-code or a flow chart) for a fictional USW Cyber App. The fictional app should allow lecturers to post coursework results and communicate securely with individual students. Ensure that you consider the requirements of the task and include all relevant assumptions that you make. For example, should data be sent in plain text? How should users log into the app? How are users created?
Programming Task
Design and write a program using C++ that allows the user to enter the day number, the month
number and the year number, and output the day of the week (e.g. day = 21, month = 9, year =
2020 then output = Monday).
You will need to research and create a suitable algorithm / design for this task. Please do not
submit a program you find on the Internet or elsewhere - this has very serious consequences (e.g.
Academic Misconduct). Test your C++ program with various inputs to ensure that it is working
correctly / catches any errors and re-design if necessary.
Your program only needs to work correctly for years between 1900 and 2100. Reference any
sources used using a comment in the program.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
30 | 31 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 1 | 2 | 3 |
Get Free Quote!
376 Experts Online