We try the all of the numbers until we find it
1*1=1
2*2=4
3*3=9
4*4=16
5*5=25
6*6=36
7*7=49
So the answer is 7
Answer:
All three are yes
Step-by-step explanation:
4. yes
5.yes
6.yes
Answer:
public class MovieRental
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
System.out.print("Enter the number of movie rentals: ");
int movieRentals = in.nextInt();
System.out.print("Enter the number of members referred to the video club: ");
int memberReferral = in.nextInt();
in.close();
double discountVal = Math.min(movieRentals + memberReferral, 75);
System.out.println("The discount is equal to: " + discountVal);
}
}
Answer : the answer is 5 people per T-shirt
Step-by-step explanation: because its 5 people per 1 T-shirt