Question: Please answer the TODOs methods below in java public class Test 2 Q 1 { public static String getFullAddress ( String name, String address, int
Please answer the TODOs methods below in java
public class TestQ
public static String getFullAddressString name, String address, int zip
String fullAddress "The address is:
name
address
zip;
return fullAddress;
public static void mainString args
TODO: Please replace below with a method invocation to getFullAddress for John Smith who lives at University Center Lane, Lawrenceville, GA with zip code
String message;
System.out.printlnmessage;
TODO: Please replace below with a method invocation to getFullAddress for Helen Edwards who lives at Fallbrook Dr Duluth, GA
with zip code
String message;
System.out.printlnmessage;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
