Answer:
Step-by-step explanation:
9/16 of the family garden
We can use an equation to solve this:
(3/4) * (3/4) = (9/16)
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 64.4 because you multiply 92 times 0.7 and get 64.4
1 is akusmite empire
2 is assyrian empire
3 is babylonian empire
4 is city state
5 is codified laws
6 is empire
7 is iron age
8 is Mesopotamia
9 is nubian empire
10 is persian empire
11 is tribute
You’re welcome!