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:
r = 51.96 inches
Step-by-step explanation:

Answer:
1. Option c
2. Option d
Step-by-step explanation:
This type of survey is includes a sample made up of voluntary responses. People only choose to or do not choose to respond.
This type of sampling method is most of the time unbelievable because generally only people with strong opinions about this particular questions will respond and it is usually towards the same direction as the question and this might not reflect the opinion of the whole population making the survey biased.
Answer:
33.75
Step-by-step explanation:
Brainiest?
Answer:
453.7 in^2 for each color
Step-by-step explanation:
Answer this by finding the area of the whole circle and then dividing that by 2:
(3.14)(17 in)^2 / 2
or:
453.7 in^2 for each color
PS: It's ' pi ' not "pie"