Answer:
A
Step-by-step explanation:
Given
20 - || - 13 | + 17 |
Note the absolute value function always returns a positive value, that is
| - a | = | + a | = a, thus
= 20 - | | - 13 |+ 17 |
= 20 - | 13 + 17 |
= 20 - | 30 |
= 20 - 30
= - 10 → A
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 baker needs to use 100/3 pounds of 90% chocolate to make the cake.
<h3>
Equation </h3>
An equation is an expression used to show the relationship between two or more numbers and variables.
Let x represent the amount of 90% chocolate. Using equation:
100 * 70% + x * 90% = (x + 100) * 75%
100 * 0.7 + 0.9 * x = (x + 100) * 0.75
70 + 0.9x = 0.75x + 75
x = 100/3
The baker needs to use 100/3 pounds of 90% chocolate to make the cake.
Find out more on Equation at: brainly.com/question/22688504
Answer:
400 mm
Step-by-step explanation:
to convert cm to mm, you add a 0, or more specifically, multiply by 10. so, 15 × 10= 150. 250+150=400.
Child, write your questions in a way people can understand, so they can get answered.