Answer:
it increased 50%
Step-by-step explanation:
5 / 2.5 = 2
100 / 2 = 50%
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);
}
}
9.4 because the number after the firs decimal point is higher than 5
Answer:
The interest is $883.62 and the amount is $10701.62.
Step-by-step explanation:
Find the interest =
=9818 x 0.09 x 1
=883.62.
Since P = $9818 and I = $883.62 we have,
Find the Amount=
=9818+883.62
=10701.62..