Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write the main 5 _ student function, that takes a list of Student objects and prints out the expected income for ten hours work (

Write the main5_student function, that takes a list of Student objects and prints out the expected income for ten hours work (for those students who are employed). Example usage:>> stud =[Student('Cleo',21, 'Adelaide', 'Adelaide', 218918, True), Student('Jake',20, 'Clovelly Park', 'Flinders', 218121, True), Student('Callum',22, 'Blackwood', 'Flinders', 218958, True), Student('David',24, 'Blackwood', 'Flinders', 218432, False), Student('Claudia',26, 'Blackwood', 'Flinders', 218301, False), Student('Mona',23, 'Royal Park', 'Adelaide', 218321, False), Student('Clay',18, 'Clovelly Park', 'Flinders', 218900, True), Student('Amy',21, 'Blackwood', 'Flinders', 218200, False), Student('William',20, 'Clovelly Park', 'Adelaide', 218761, False), Student('Luka',19, 'Royal Park', 'Adelaide', 218311, True)]>> main5_student(stud)output:Working students with 10 hours payment ------------------------------1. Cleo, payment: 210.02. Jake, payment: 165.03. Callum, payment: 210.04. Clay, payment: 165.05. Luka, payment: 165.0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions

Question

Explain the link between positive thinking and good health.

Answered: 1 week ago