vpriyapm / finalpractical

2 stars 227 forks source link

Error in sum calculation #216

Open MrJi421 opened 4 months ago

MrJi421 commented 4 months ago

Issue Description:

While compiling the file num.c getting the error in the calculation of sum, because there is a variable which is not declared and being used to calculate the sum.

Need for fixing this Issue:

Its really important to fix this issue in order to fix this script and make it able to calculate the sumvariable properly as the user wants.

Reproducing in case of bug:

  1. Clone the repo on your local system
  2. Compile the num.c and observe the error
  3. Provide the useful solution in order to solve this issue and get the desired output.

Other Note/Environment Info:

OS: Windows IDE: VS Code Compiler: gcccompiler

Additional info:

In place of num3 replace it with num2 to fix the issue

@vpriyapm