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 first one is negative six and the second one is positive six
Answer:
18.84
Step-by-step explanation:
3.14 · 6
18.84
Answer:
7.5 flour bag
Step-by-step explanation:
we are given
flour bags need to make 1 dozen cookies=3/4
we have to find
number of flour bags for 10 dozen cookies needed =?
1 dozen cookies needed flour=3/4
and for 10 dozen cookies
we will multiply 10 on both sides
it will give
10 dozen cookies needed flour bags=(3/4)*10=30/4=15/2=7.5
The answer is D. Because you need to add not subtract.