Answer: SHEEEESHOOOOOO yesssirrrr big brainnnnnnn :clap clap:
Answer:
76.20+q; 76.60Es
Step-by-step explanation:
Answer: x-3, 3, is not equal to
Step-by-step explanation:
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:
8
Step-by-step explanation:
if we do 128+7.95 we get 135.95. but when we do 128+8(wich is 6.25% of 128) we get 136. so she will pay 8 dollars in shipping
Hope this helps.