Answer:
1) B (++ and --)
2) A (1 2 3 4 5)
Explanation:
In the first question, the operators ++ and -- are used in almost all programming languages for adding and subtracting 1 respectively from an operand.
In the second question using a while statement the numbers 1-5 is printed out because the variable n=1 is increased by 1 after each iteration.
False. You should always look /check ou tall mirrors periodicly
Explanation: The difference present between the problem solving technique and the classical planning technique are as follows:-
- Problem solving is the technique in which the possible solution outcomes are searched and then implemented to resolve the problem or aim towards solving it whereas classical planning is the planning of the possible solutions that are possible for the implementation.
- problem solving is the complete method of plan execution whereas the classical planning is a type of backward planning that contains ideas for solving problem.
Answer:
=F5*$F$12+F5
Explanation:
If we want to increment the salaries in the cell F5, we must multiply the cell F5 by cell F12, and then we must sum that result.
If we want to drag the formula from the cell F5 to F10, we must use the dollar symbol $ to apply the same percent in our formula.
For example:
F12 = 5% = 0.05
F5 = 10,000
=F5*$F$12+F5
=10,000×0.05+10,000 = 10,500