Question: Identify all the errors of the following C++ program, write down the line number and the error you find. #include using name-space std; int

Identify all the errors of the following C++ program, write down the line number and the error you find. #include using name-space std; int i, nbr nbr; //nbrnbr is for testing numbers double nbr1 = 0, nbrmax; do 1 2 3 4 int main() 5 { 6 7 8 9 10 11 0123 12 13 ( 14 15 16 17 18 19 20 21 22 cout < < "Enter the number of values to be tested : cin >> nbrnbr; for(i=1; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
