Answer:
hakkuna matata is the radious of a circle
Answer:
ONE
Explanation:
It prints one because % is modulus, which is remainder division. It divides the numbers provided and returns the remainder of the division. 9 / 2 = 4 with 1 remainder, which leads us to our answer.
Answer:
The result of the following code will be 9
Explanation:
There are several operators used in Python to do mathematical calculations.
** operator is used for exponents.
i.e.
a ** b mathematically means a^b
Here in the given code
3 is assigned to numA and 2 is assigned to numB
Result will be equal to 3^2
Hence,
The result of the following code will be 9
Answer:
"Materials requirement planning" is the correct answer for the above question.
Explanation:
- The "Materials requirement planning" is a software system that is used to hold the record of the raw materials.
- It is used to tell about the material which is present in the stocks. It also used to schedule the delivery.
- This software is used to enhance the productivity of the company.
- The above question asked about the software which is needed to keep the record of the raw material. This software is known as "Materials requirement planning".