Question: please rewrite this java code into simpler way to write if because i don't understand stuff likethis. etc. I wrote the instruction in capital letter
import java.util. Vector; public class Rewrite { static class cell int x, y: int dis; public cell(int x, int y, int dis) { //PLEASE REWRITE all the "this." because i dont understand it, simplify it into regular viables this.x = x; this.y = y; this.dis = dis; //PLEASE REWRITE THIS ENTIRE VECTOR WITHOUT USING VECTOR BECAUSE I DON'T UNDERSTAND VECTOR Vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
