vpriyapm / finalpractical

2 stars 227 forks source link

errorfix_finalpractical #274

Open saketsagar54321 opened 4 months ago

saketsagar54321 commented 4 months ago

issue description: -in the file name num.c undeclared variable has been written in the code. that can throw error and prohibits to run the program.

why this issue to be solved? -this issue need to be fixed because in the given code num1,num2,sum is declared and this code is about adding two numbers and the sum is declared as sum = num1+num3,where num3 is a undeclared variable and due to this while executing it will throw an error.

how to reproduce issue, in case of a bug? -few steps is to be followed to reproduce issue in case of a bug: step1:fork and clone the code to the local repository through powershell from github. step2:open the code folder to vs code to execute the program. step3:the code will show an error in the code as num3 is not declared.

environment information:

@vpriyapm