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);
}
}
I believe that the slope would be 4/2 or 2, but i wouldn’t take my word for it
Answer:
D (-5,-2) E (0,-2), and F (-4,-6)
Step-by-step explanation:
hope it helps
Answer:
what is the question
Step-by-step explanation: