According to the given question, sales is a two-dimensional array and contains 10 rows and 7 columns wherein each component is of type integer and the variables sum and j are also of integer type.
<u>Explanation:</u>
In order to find the sum of the elements of the fifth row of sales, the correct piece of code should be:
sum=0;
for(j=0;j<7;j++)
sum=sum+sales[4][j];
The indexing in an array always starts from zero, therefore, to calculate the sum of the fifth row, the user has to write 4 in the index to point to the fifth row.
Assuming this is a true or false statement, the answer would be
- True.
Answer:
Explanation:
Download and install Microsoft Office applications
1. Log into your Microsoft Office 365 portal. ...
2. In the top right corner, click Install Office apps.
3. Select Office 2016. ...
4. If prompted, click the Save File button, to allow the download.
5. The install file will download to your computer.
6. When you launch the new applications, log in with your Office 365 email address and password.
Investing in 90% bonds and 10% stocks will provide an average return of 6% on investment.It is advisable to invest more portion in bonds is safe and will give higher return for investment than stocks
Explanation:
1. According to the graph investing in 90% bonds and 10% stocks will provide an average return of 6% on investment.
2.Investing in bonds is safe than stocks ., because bonds bear fixed rate of interest ., and investing in the bonds having very less risk than the stocks. By comparing stocks and bonds with the help of graph ., it's very clear bonds has a positive growth starting minimum at 32.6% to maximum at 64.2% as returns .But stocks has a negative growth (value) from -8.2% to maximum -43.1% .,It is advisable to invest more portions in bonds is safe and better than invest in stocks.
Answer:
C: The software design effectively addresses the issues.
Explanation:
It's the correct answer.