Question: (c) Rewrite the following static method which is supposed to return the message Hello Alexa! every time the method is called with no arguments
(c) Rewrite the following static method which is supposed to return the message "Hello Alexa!" every time the method is called with no arguments being passed. static int pushMessage () { [2 marks] return "Hello Ariana!" 2. Complete the following static user-defined method that calculate and display the total saving that a person would have after saving a fixed amount of money (savingPer Day) for a number of days (day). [3 marks] static void SavingCalculator (int day, double saving Per Day) { }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
