Question: Exercise 1: Define a City Class Create a class named City with the following public properties: Name of the city Country where the city is
Exercise 1: Define a City Class
Create a class named City with the following public properties:
- Name of the city
- Country where the city is located
- Population of the city
Then:
- In the Main method, create an instance of the City class.
- Assign values to each of the fields.
- Print the values to the console.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
