Question: 1. Write a Kotlin programs that contains a CourseRating class with the following properties: class name, instructor name, rating and one other property of your
1. Write a Kotlin programs that contains a CourseRating class with the following properties: class name, instructor name, rating and one other property of your chocie. In the main function, declare an instance of the class and set the properties. Print out the class instance.
2. Write a Kotlin program that creates an Array of at least 3 course ratings, using the class from exercise 1. Loop through the array printing out each course rating.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
