Question: Java question adjust my current code or completely re write it will rate thank you Copyright 2019. All rights reserved. Unauthorized reproduction, distribution, or transmission

Java question adjust my current code or completely re write it will rate thank you
Copyright 2019. All rights reserved. Unauthorized reproduction, distribution, or transmission of this document is prohibited. 7. [12 pts] Methods [8 pts ] Part1 - Write a method that overloads the sayHi method below to take in a single int variable parameter called count. The method you write should print out "Hi X!" the number of times passed in via the count parameter, where X is your name For example, for me, sayHi (2) would print: "Hi Suzy!" "Hi Suzy!" Do not duplicate the code provided! Reuse code whenever possible! [4 pts] Part 2 - Draw a box around the method signature for each method public class Method public static Stringt] args) t sayH ( "Hello", "Suzy", 2); // prints " Suzy." 2 times sayHi (5); // prints "Hi
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
