Ask Question
23 May, 19:25

The following code in a different program is not working properly. The message should display the value of the intCounter variable if the intCounter variable contains a balance that is less than or equal to 15. The message does not display. What mistake did the previous programmer make?

+5
Answers (1)
  1. 23 May, 20:33
    0
    Debug is tools where to address issue I any logic low is mistake. In each programming languages these tools should available.

    Explanation:

    Intcounter variable used as condition value is 15 to display message. End user has to check whether intcounter whether value has reached less than or equal to 15. If a loop or conditions is reached then message will not be display.

    To address issue end has to use debug program and under the mistake. Debugging the program has to done step by step and find out the mistake and take necessary actions.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The following code in a different program is not working properly. The message should display the value of the intCounter variable if the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers