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:
84 
Step-by-step explanation:
find the area of each shape and add them together
83°?
- SS postulate, 2 sides of triangle r equal, meaning 3rd is most likely equal I think.
- so all angles r equal
- all interior angles r congruent. so r exterior
180 - 97 = 83