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);
}
}
this is what would make sence for me
the frist one was confusing
Answer:
c,d,and e are true....hope you understand...
Answer:
d
Step-by-step explanation:
when cut you can see that the cutout will be a square
the base is a square and the cut is parallel to the base
therefore the cutout will be a square