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:
Parent Function: y = x^2
Vertex: (1,3)
Axis of Symmetry: x = 1
Y-Intercept(s): (0,1)
X-Intercept(s): (1−√62,0),(1+√62,0)
Step-by-step explanation:
hope this helps! =)
Answer:
D. 1,248 cubic units
Step-by-step explanation:
the volume of the rectangular prism = length*width*height = 12*8*13 = 1248 cubic units