Answer:
b.1
Explanation:
When we are using while loop to compute the product of several values we need to initialize the value holding the product to 1 because when we multiply something with 1 it will give the same number.
If we initialize it with 0 the product will come out to be 0 because anything multiplied by 0 is 0.
we cannot initialize it with NULL because it is not a pointer.
We need to initialize the number since it contains garbage values so it will give product with that value.
CSS in a separate file shared by many web pages provides a mechanism for a consistent layout, so my vote would be answer b.
However, with PHP driven templates you could achieve something similar. Also, JavaScript is commonly used for layout purposes (e.g., jQueryUI). But CSS is all about layout...
Answer:
bro this is long try something easy
Explanation:
im lazy to read
Answer:
The last bracket "define project scope and assumptions, estimate cost, create project feature requirements, and note risks."
Explanation:
Project proposals are showing the audience what the project is, how much it will cost them, necessary requirements to achieve, and risks (financial, physical, etc..). That sentence covers all of that.