Answer:
the answer is 2.
Step-by-step explanation:
i dont know how to explain sorry
Answer:
7.324840764
Step-by-step explanation:
23/3.14=7.324840764
Answer:
t55=d
Step-by-step explanation:
55 is mph and since t is time t would be multiplied by 55
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:
the height is 12
Step-by-step explanation:
you would take the area (108 mm2), divide that by the base (18 mm) and multiply it by 2