Question: What is wrong with the following small code segment? const int lineLength = 72; cout < < Enter a new value for lineLength: ; cin
What is wrong with the following small code segment?
const int lineLength = 72;
cout << Enter a new value for lineLength: ;
cin >> lineLength;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
