Question: I'm trying to make a method that returns a value to main . I need to make the call in main accept the value and
I'm trying to make a method that returns a value tomain. I need to make the call inmainaccept the value and store it to a variable before printing it out.
Write a method namedreturnLucky, that returns a string. Make the string by appending a string representing name "Andrew" and a number representing my lucky number (6).
Call the method frommain. Print the return value inmain.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
