Answer:
the answer is 23. even tho it says he had 30 at the time you must subtract 7 because thats what he started with. hope i could help! :D
Step-by-step explanation:
Jordan had 506,211 pairs of nike shoes then she bought 424,809 more. Jordan wants to find out how many pairs of nike shoes he has what is the answer Jordan is looking for? Answer: 931,020 pairs of nike shoes
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);
}
}
-2 / 1/4
If you are dividing you have to switch 1/4 to 4/1
-2/1 / 4/1
= -8
Hope this helped
Answer:
3141.59
Step-by-step explanation: