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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!