The code shown in Figure 7-60 should display the numbers 1, 2, 3, and 4 on the computer screen. However, the code is not working correctly. Please help me to correct the errors in the code below. int num = 1; while (num , 5) cout << num << endl; //end while