Answer:
1. cout << "Num: " << songNum << endl;
2. cout << songNum << endl;
3. cout << songNum <<" songs" << endl;
Explanation:
//Full Code
#include <iostream>
using namespace std;
int main ()
{
int songNum;
songNum = 5;
cout << "Num: " << songNum << endl;
cout << songNum << endl;
cout << songNum <<" songs" << endl;
return 0;
}
1. The error in the first cout statement is that variable songnum is not declared.
C++ is a case sensitive programme language; it treats upper case and lower case characters differently.
Variable songNum was declared; not songnum.
2. Cout us used to print a Variable that has already been declared.
The error arises in int songNum in the second cout statement.
3. When printing more than one variables or values, they must be separated with <<
Answer:
Stat PVC = Stat(82+98.5)
Stat PVT = Stat(59+71.5)
Explanation
PVI = 71 + 35
Let G1 = Grade 1; G2 = Grade 2
G1 = +2.1% ; G2 = -3.4%
Highest point of curve at station = 74 + 10
General equation of a curve:

At highest point of the curve 


Station PVT

C. Route and roadways defined as class I highways
The answer would be 23 because the engines in a horse is a amount of 9 engines in 69 cars
Answer: the increase in the external resistor will affect and decrease the current in the circuit.
Explanation: A battery has it own internal resistance, r, and given an external resistor of resistance, R, the equation of typical of Ohm's law giving the flow of current is
E = IR + Ir = I(R + r)........(1)
Where IR is the potential difference flowing in the external circuit and Or is the lost voltage due to internal resistance of battery. From (1)
I = E/(R + r)
As R increases, and E, r remain constant, the value (R + r) increases, hence the value of current, I, in the external circuit decreases.