Question: IST242-Spring 2020 Assignment: Point(s).java 1. Fill in where a blank] occurs. 2. Fix errors if any. 3. Move the 2D point another-5 units on both


IST242-Spring 2020 Assignment: Point(s).java 1. Fill in where a blank] occurs. 2. Fix errors if any. 3. Move the 2D point another-5 units on both the x and y axes. 4. Move the 3D point another -15 units on the x, y, and x axes. 5. Show the changes on the output. package com. IST242 Apps; import java.awt.*; public class Point3D Extends point { public int z; public Point3d(int x, int y, int 2) { super(x, y); this.z = z; public void move(int x, int y, int z) { this.z=z; super.move(x, y); public void translate(int x, int y, int z) { this.z = z; super.translate(x, y)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
