so did you get what I solved the answer is D ok
I’m confused on your question
No, because a scalene triangle has to have all sides that are different lengths. 2 sides being 13 inches would mean that the triangle has 2 sides that are equal, making it an isosceles triangle.
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);
}
}
To find the volume you use the formula—> length x width x height.
For the first problem you’ll solve 5 x 3 x 2 which is 30.
For the second one you’ll do the same thing. For this one you’ll do 3 x 3 x 2 which is 18.