Question: java Part 2. Question 1. (15 pts) Implement the setter methods of class Campus: 1. setBlock(b: Block): This method sets the Block b to the

java
Part 2. Question 1. (15 pts) Implement the setter methods of class Campus: 1. setBlock(b: Block): This method sets the Block b to the campus object. 2. setAddress(address: String): This method sets the address to the campus. Question 2. (20 pts) Implement the following methods of class Campus: 1. toString(: This method returns the description of the entire campus including the address and the description of the block. 2. findCountry0:This method extracts the country from the address attribute (Use split method). Question 3. (15 pts) Implement the driver class as follows: 1. Create a Campus object which data are given by the programmer (Not from the user) 2. Create a Block object and set it to the campus created in the previous question(data from the programmer as well) Part 3. Continue the implementation of the driver class: Question 1 (20 pts): Write the code to: 1. Access the number of auditoriums from the Campus object and display its value. 2. Increment the number of floors by two. 3. Display the description of the campus object. 4. Change the address of the campus (data from the programmer as well). Part 2. Question 1. (15 pts) Implement the setter methods of class Campus: 1. setBlock(b: Block): This method sets the Block b to the campus object. 2. setAddress(address: String): This method sets the address to the campus. Question 2. (20 pts) Implement the following methods of class Campus: 1. toString(: This method returns the description of the entire campus including the address and the description of the block. 2. findCountry0:This method extracts the country from the address attribute (Use split method). Question 3. (15 pts) Implement the driver class as follows: 1. Create a Campus object which data are given by the programmer (Not from the user) 2. Create a Block object and set it to the campus created in the previous question(data from the programmer as well) Part 3. Continue the implementation of the driver class: Question 1 (20 pts): Write the code to: 1. Access the number of auditoriums from the Campus object and display its value. 2. Increment the number of floors by two. 3. Display the description of the campus object. 4. Change the address of the campus (data from the programmer as well)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
