Week 4 myjava | Computer Science homework help

Assignment Instructions
Instructions:
* Make sure you go to this week’s chapter lesson for more guidance.  
For this assignment, you will create an object class then display its assigned values from the main method of the main class.
Save the code in jGRASP, then save it in c:myjava and run it.
/*******************
  Name:
  Date:
 Notes:    
*******************/
class Car
{
 add content and comments
 public static String accelerate()
 {
  return motion;
  }
 }
 
 public class CarObject
 {
  public static void main(String[] args)
  {
   add content and comments 
 }
}
Make sure that you include all source codes and the compiled codes into W4_firstname_lastname.zip.
You must leave me a note in the Submitted Text area on how to compile and run your code.
Requirements
Points Available
Assignment details in a comment block (flowerbox)
10
Core application as described in the assignment requirement
60
Print function used to correctly to print the solution to the assignment
20
Code is commented and application name is submitted as requested
10
Total
100

× How can I help you?