Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started