Question: IN JAVA Cipboard Fomt Paragraph In this projest v In this project you will create a robot class. The robot objects move within a grid
IN JAVA






Cipboard Fomt Paragraph In this projest v In this project you will create a robot class. The robot objects move within a grid similartg the 3x3 grid shown below to pick up and carry the letters on the grid to different locations. The grid size should be declared as constants, use a 25X25 grid for our program. sonst int RIGHTBOUNDARY-26 sonst int LEFTBOUNDARY-O; sonst int TOPBOUNDARY-26; const int BoTTOMBOUNDARY-0; The Rabot class must have the following data members and methods: a) The Robot class has three prvate deta members d. An integer type variable for the x component of the locatian of the robot on the gried b. An integer type variable for the y component of the location ot the robot on the grid c A char type variabike "payload" to hold letters as lood b) The Robot class must have the following public member functions a. A default constructor places the robat at locatian 10,0) and paylosd to character Oype here to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
