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:
SSS
Step-by-step explanation:
bc all the sides are congruent.
Step-by-step explanation:
-4x - 28
x = -28 + 4
x = -24
I HOPE THIS IS CORRECT IN ONLY THIS WAY SORRY IF IT IS WRONG
CAN YPU MARK ME AS BRAINLIEST
Answer:
Look below
Step-by-step explanation:
A.
8 + 9 + 10 = 27
9 + 10 + 11 = 30
10 + 11 + 12 = 33
B. Every answer is divisible by 3, every consecutive answer is also 3 more than the one before it.
C. Yes
19 + 20 + 21 = 60
D. No
8 is not divisible by 3. Also, the closest you can get is 6 (1 + 2 + 3) or 9 (2 + 3 + 4).
I hope this helped! If you need anything else, let me know in the comments. :)