Question: Jump to level 1 The method printFamilysize has a string parameter. Define a second printFamilysize 0 method that has an integer parameter. The second method
Jump to level
The method printFamilysize has a string parameter. Define a second printFamilysize method that has an integer parameter. The second method outputs the following in order, all on one line:
"Expected headcount"
the value of the integer parameter
End with a newline.
Ex If the input is nine then the output is:
A family of nine.
Expected headcount:
import java.util. Scanner;
public class Familysize
public static void printFanilysizestring familysize
system.out.printlnA family of familysize ;
Y your code goes here
public static void mainString args
scanner scnr new Scanner
System.in;
string sizeInword;
int sizeoffamily;
sizeInword next ;
sizeoffamily scnr nextInt;
printFamilysizesizeInword;
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
