Q 1.1.: Create and Assign Variables for Personal Details (2 marks) Create an interface which allows the inventory manage
Posted: Tue Jul 12, 2022 8:11 am
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].