Question: .1 TELUS 12:02 AM * 100%- Problem 4. (25 points) You are given a two-dimensional array of values that specify the height of a terrain
.1 TELUS 12:02 AM * 100%- Problem 4. (25 points) You are given a two-dimensional array of values that specify the height of a terrain at different points in a square. Write a Java program with the following tasks: array. You can assume that the heights are integer values Constructor of the class A method to find the lowest point of the terrain. A method to find the highest point of the terrain. A method to print out a flood map, showing which of the points in the terrain would be flooded if the water level was a given value. In the flood map, print a *for each flooded point and a -for each point that is not flooded. Here is a sample map for a 5 by 5 square: Test your implemented class using a4 by 4 squared terrain Note: Your main class should work for squared terrains with any size
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
