week 4 myjava

profileLisa ap

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



  • 6 years ago
  • 40
Answer(1)

Purchase the answer to view it

blurred-text
  • attachment
    W4_D._Reddick.zip