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);
}
}
True the answer is true babes :)
3 x - 7 = 5 x + 13
3 x - 5x = 13 + 7
-2x = 20
x = 20 / -2
x = - 10
Answer:
I do
Step-by-step explanation:
d
Answer:
8 out of 11
Step-by-step explanation: