A=a+b/2·h=9+4/2·3.5=22.75
Hoped I helped!
Answer:
<h2>no lo sé <u>pero</u><u> </u><u>te</u><u> </u><u>ayudaría</u><u> </u><u>si</u><u> </u><u>lo</u><u> </u><u>supiera</u><u> </u></h2>
Answer:
it has 6 faces
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);
}
}
The answer is 77 but i don't see it as an option here ;/