Answer:
cout << "Num: " << songNum << endl;
cout << songNum << endl;
cout << songNum << " songs" << endl;
Explanation:
Since you did not provide the whole code and each statement has an error, it seems the name of the variable is songNum. Depending on these, you can see the corrections below:
cout << "Num: " << <u>songnum</u> << endl; → cout << "Num: " << songNum << endl;
The name of the variable must be written correctly.
- - -
cout << <u>int</u> songNum << endl; → cout << songNum << endl;
Declaration of the variable must be done before printing it.
- - -
cout << <u>songNum " songs" </u><< endl; → cout << songNum << "songs" << endl;
There must be "<<" signs between each part while printing.
Answer:
Set 1: "Trumpet", "Maintenance", "Instructions"
Set 2: "How to", "Trumpet", "Care", "Instrument"
Set 3: "Proper", "Clean", "Service", "Trumpet"
Explanation:
Actual search engines allow very advanced searches, using multiple words related with your objective will improve the results obtained. Also you can refine your search by using specific operators to include or exclude words, websites, file types or dates.
For example in Google search, using + and - will force the results to include and exclude respectively the following word. Typing several words between " (double quotes) will search specifically for that sentence, the same words and in the same order. Using filetype: will restrict results of a specific file extension, like jpg, or pdf.
There are many other operators available, you can find more information about this by looking for "advanced search operators" of your favourite search engine.
Answer:

Explanation:
The given parameters are:



Required
Determine the curved surface area of the big cone
The volume of a cone is:

For the big cone:

Where
R = radius of the big cone and H = height of the big cone
For the small cone:

Where
r = radius of the small cone and H = height of the small cone
Because both cones are similar, then:

and


Substitute values for Vbig and Vsmall

Recall that:
So, we have:


Take cube roots of both sides
![\sqrt[3]{\frac{1715}{1080}} = \frac{R}{r}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7B%5Cfrac%7B1715%7D%7B1080%7D%7D%20%3D%20%5Cfrac%7BR%7D%7Br%7D)
Factorize
![\sqrt[3]{\frac{343*5}{216*5}} = \frac{R}{r}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7B%5Cfrac%7B343%2A5%7D%7B216%2A5%7D%7D%20%3D%20%5Cfrac%7BR%7D%7Br%7D)
![\sqrt[3]{\frac{343}{216}} = \frac{R}{r}](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7B%5Cfrac%7B343%7D%7B216%7D%7D%20%3D%20%5Cfrac%7BR%7D%7Br%7D)

The curved surface area is calculated as:

Where

For the big cone:

For the small cone

Because both cones are similar, then:

and


This gives:

Recall that:

So, we have:


Make
the subject

Substitute values for
and 



<em>Hence, the curved surface area of the big cone is 1143.33cm^2</em>
Answer: The Print Area function in Excel allows you to print part of a spreadsheet rather than the full sheet
Explanation: