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);
}
}
The inequality that represents the graph in the box is

Given :
The graph of the linear inequality
Lets pick two points from the graph to frame the linear equation
Slope intercept form of the equation is

Where m is the slope and b is the y intercept
y intercept is (0,6) from the graph
so b=6
Now we find out slope m using formula
Pick two points (0,6) and (2,0)

m=-3
So the equation is 
Now we check the inequality sign by testing any point on shaded area
lets pick (4,0)
lets plug in 4 for x and 0 for y

The inequality for the given graph is

we cannot use >= sign because we have dotted lines
Learn more : brainly.com/question/17203372
I believe it would be 71 degrees because the total degrees of a triangle is 180 so 57+52=109 then 180-109=71 which would then be the final angle degree.
Hope I helped
Answer:
it's just a angle that is 3D
Step-by-step explanation: