Answer:
ithink its A miight be wrong tho hope it helps in someway ig idk
Step-by-step explanation:
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:
.403645833 square inches
Step-by-step explanation:
1 5/8-1 equals 5/8
8.75-1 equals 7.75
7.75/12 equals .6458
.6458 times 5/8 equals .4 square inches
Answer : It is possible to form a triangle
Explanation : To form a triangle, sum of angles should be equal to 180
72 + 48 + 60 = 180 So, triangle is formed
Therefore the following statement is possible.
Answer:
6 quarters and 15 dimes
Step-by-step explanation:
6 quarters = $1.50
15 dimes = $1.50
6 quarters + 15 dimes = $3.00