Since there are 16 ounces in a pound, you can do 160 divided by 16 and get 10 pounds
S=4P+4Q
S=4(P+Q)
S/4=P+Q
S/4-P=Q
Q=S/4-P
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
The answer is 4 1/3. Would you like an explanation?