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.
The first photo of output i still need 2 posts
Answer:
The customer's browser has been hijacked by some attackers may be.
Explanation:
According to customer's explanation there is possibility that that his data may be stolen and he has to disconnect computer from network and then call given number in order to get back his data.
<span> point of presence (POP)
---------------------------------:)
hope I helped u !!
</span>