Answer:
The answer is "None of these".
Explanation:
In the given question an array "sales[]" is declared, which contains 50 double type elements, and in the next line, an integer variable j is defined, which uses a for loop. In this question two options is given, in which both are not correct, that can be described as follows:
- In option (i), A loop is defined that, uses variable j which starts with 0 and ends with 48, So total elements are 48 that's why it is not correct.
- In option (ii), A loop will use variable j that, starts with 1 and ends with 49, That's why it is not correct.
In a file extension, it tells what type of file it is and tells what compiler to run the code.
Answer:
Yes, we can.
Explanation:
We can combine with the arithmetic and the concatenation operators to provide augmented assignment operations in the programming language Python.
This mean we can abbreviate expressions like n = n + 1
For example:
n += 10 this is equal to n = n + 10
n += "example" this is equal to n = n + "example"
In this example we have
variable = variable operator expression equal to variable operator = expression.
These arguments are often used in Python's loops.
The scientist and the engineers were both responsible for the invention of the airbag.
- Peter Florhancicn was a scientist and he invented the airbag because of the Dutch people who drowned when they drove into the canals
- Also, John Hetrick who was an engineer filed for the patent of airbags when he saw that deers were running across the road. He believed that it could cause an accidentthat led to the invention.
In conclusion, both the engineers and the scientists were responsible.
Read related link on:
brainly.com/question/24686827
Answer:
2.489 dB
Solution:
As per the question:
Power ratio,
The Equivalent of this power ratio in decibel or dB is calculated by taking the log of the power ratio as below:
Thus the value of the power ration in decibel comes out to be 2.489 dB