Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Use the following code to answer questions: 3a-3c class Student: def _-init--(self, major, id, class Freshmen): self.major- major self.id id Self.classclass self.friends] def upgrade

image text in transcribed

3. Use the following code to answer questions: 3a-3c class Student: def _-init--(self, major, id, class "Freshmen"): self.major- major self.id id Self.classclass self.friends] def upgrade (self) self.major"CS def __str.(self) return self.major 3a. [5 pts] Given the Student class from the preceding question. Write the code necessary to create a list of 20 different Students called studentlist who are all "Freshmen" majoring in "ISYE".Give each student a unique id. The id must be an integer 3b. [5 pts] Given the list called studentlist from the preceding question. Write the code necessary to make all of the students in the list whose id is ODD switch their major to "CS" using the upgrade function

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_2

Step: 3

blur-text-image_3

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

Practical Database Programming With Visual Basic.NET

Authors: Ying Bai

1st Edition

0521712351, 978-0521712354

More Books

Students also viewed these Databases questions