Highlights
Task
Summary Design and develop distinct programming tasks addressing the business needs raised in the requested programming tasks within the context of the provided case study, using the concepts that we have learned in Modules 1 and 2.
Context
Using programming skills to make informed business decisions is becoming increasing important in the current information era. The speed in which this can be achieved is also desirable in the fast‐ paced business environment. Businesses and organizations rely heavily on computer programs to better understand and analyze data. This assessment assesses your skills in designing and developing computer programs using procedural programming techniques to address business needs.
Case Study
The exciting integration of Restaurants online and mobile platforms provides restaurateurs with a complete digital management platform to increase online order sales, eliminate the need for restaurant staff to manually manage orders, and automate order data flow to the kitchen.
B2B is one of the biggest restaurant chains in Australia. They decided to offer their customers a convenient and contactless mobile ordering solution in response to the growing business need and COVID restrictions.
As part of the development team in the Creative software company, you are required to design and develop the mobile ordering program. The programming team leader assigns each member of the development team nine predefined independent tasks that will be later on integrated to form the platform. Before the application release deadline, you are required to submit the following nine programming tasks:
1. Customers details: You are requested to enable the customer to insert their details to create a new account. Each customer will be asked to insert the following:
a) the customer’s name,
b) mobile number,
c) year of birth,
d) current city
e) email address to register for promotions.
The application must calculate the customer's age (assume the current year is always 2023) and confirm to the customer with a greeting message by displaying all the details if the customer is more than 21 years of age.
2. Restaurant Capacity: Write a program to advise the restaurant manager on how many customers the restaurant can accommodate based on the restaurant dimensions. Your program will ask the manager to insert the width and length of the restaurant in centimetres. Assuming that a person occupies 1.3 square meters of space. The program should output the number of people that can be accommodated in the restaurant (The output should be an integer).
3. At the end of each week the manager would like to assess the average per person sale and compare it to the previous weekend. Write a program to ask the manager for the following input:
i. Current weekend’s day wise sale and number of persons visited.
ii. Last weekend’s day wise sale and number of persons visited.
4. Create a program to calculate and print the amount of change to be returned to the customer, after paying the bill, based on the manager's inputs in the system
| Sample Input: | |
| Invoice Number: | P001 |
| Total Invoice amount (In Dollars): | 200 |
| Amount of Tip (In Cents): | 10 |
| Total Payment received by Card: | 160 |
| Service Charge on Payment made by Card: | 4% |
| Total Payment received in Cash (In Dollars) | 100 |
Output: Change to be returned to the customer (In Dollars) against Invoice number P001 is: 53.50
5. Write the program to provide the user with an amount he/she needs to pay including the delivery and packaging charges. The program should ask the user for the following input:
a) His full address
b) The amount of order placed
c) The distance in KM between the address provided and the restaurant
The total charges must be calculated based on the bellow rates:
Packaging Charges for:
| Order Amount more than 20 AUD to 35 AUD | 10% |
| Order Amount more than 35 AUD to 50 AUD | 8% |
| Order Amount more than 50 AUD | 6% |
Delivery Charges for:
| More than 0 to 4 Kilometres | $3 |
| . More than 4 to 8 Kilometres | $6 |
| More than 8 to 12 Kilometres | $10 |
| More than 12 Kilometres | No Delivery can be done. |
Based on the input entered by the user the program must calculate and displays the all the details effectively.
6. Write a program to calculate the total charges of a placed order at the restaurant. Additional charges apply based on the order type selected from the options of:
The program should ask the user to insert the order base cost in AUD and the order type (1 or 2 or 3), and then the program should output the total amount to be paid.
7. Write a temperature conversion program. The program should offer two forms of conversions:
The program should ask the user to insert the temperature value and then conversion option (1 or 2).
8. Write a program to help the manager calculating the net monthly income of the employee after the tax is deducted. Assume a fixed income tax of 18 %. The program should ask the manager to insert the following input:
a) the position of the employee (chef, waiter, delivery or cleaner).
b) the number of monthly hours the employee worked.
If hours are entered in decimal format, the calculations will be executed by rounding the hours to the nearest positive value.
The pay rate is calculated as follows:
9. Create a program that ask the user to enter user credential signing up a new account. The program should ask the user to insert the following:
The program should print the output “Valid credentials” if:
1. The mobile number is having exactly 10 digits.
2. The password has a minimum of 7 characters and maximum 11 characters.
3. The password must contain at least one special character, either @ or $
4. The password must end with a digit
Note: The program should print “invalid credentials” otherwise.
This MIS501 - IT Computer Science has been solved by our PhD Experts at My Uni Paper.
© Copyright 2026 My Uni Papers – Student Hustle Made Hassle Free. All rights reserved.