Q 1.1.: Create and Assign Variables for Personal Details (2 marks) Create an interface which allows the inventory manage
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Q 1.1.: Create and Assign Variables for Personal Details (2 marks) Create an interface which allows the inventory manage
Q 1.1.: Create and Assign Variables for Personal Details (2 marks) Create an interface which allows the inventory manager to enter the required details from the student email in variables. The required data are: name (String), • surname (String), • student_number (Integer, do not include the 'u'), • delivery_required (Boolean), • delivery_address (String). Create a list with the name personal details (case sensitive) containing the variables listed above. The order of the list entries should be: [name, surname, student_number, delivery_required, delivery_address].