Question: Create a function that accepts 2 integer parameters and returns the bigger number. Give the function a proper name. Create a sub procedure that accepts

Create a function that accepts 2 integer parameters and returns the bigger number. Give the function a proper name.
Create a sub procedure that accepts 2 strings and returns whether the first string contains the second string (case sensitive).
Create a class named Car with the following members: Make, Model, Year
Create 3 instances of the class and add them to a list of Cars (you decide what data to put in each instance).
Use a loop to display the information for each car within the list.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!