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);
}
}
90 words in 4 minutes is the same as 45 words in 2 minutes because you divide both sides by 2. 2 goes into 10, 5 times, so 45x5=225.
You can expect her to type 225 words in 10 minutes.
Answer:
My guess is 21
Step-by-step explanation:
Answer:
B, C, A, B
Step-by-step explanation: