Create 2 methods named ‘Hello’. In the 1st Hello method, pass only one argument and pass this message: ‘This function is only having 1 argument’. And in the 2nd Hello method, pass two arguments and pass this message: ‘This function is having 2 arguments’. a. Try to call both the methods and analyze the output of both the methods.
I am confuse that its telling to pass a statement and also telling use one and two arguments, So can I do this.