Hw3:Methods,Class and Arrays

    Methods,Class and Arrays

  • Create a class name MyArrayList
  • Define Three overload methods name printMyArray
  • First method should accept integer Array parameter or argument
  • Second method should accept double Array parameter or argument
  • Third method should accept Character Array parameter or argument
  • Create a main class and create an object of MyArrayList class
  • Declare and assign 3 different arrays(integer,double,character)
  • Call 3 overload methods defined on the MyArrayList class
  • Print the results of all 3 arrays
  • SAMPLE OUTPUT

    How to submit Homework?

  • Please write your full name, email on top of your file using comment tag.
  • Compile and run your program,enter all the inputs as required.
  • Take a screenshot of your result.
  • Zip your project with screenshot, source code and upload on Blackboard
  • All assignments must be submitted via Blackboard on due date. Assignments submitted through email are not accepted.

11/14/2022 before class 7:00 pm