vpriyapm / finalpractical

2 stars 227 forks source link

finalpractical #275

Open Tanmay8989 opened 4 months ago

Tanmay8989 commented 4 months ago

What kind of PR?

/kind bugfix What does the PR does/What is the need of the PR? The PR removes the compilation error occurring due to the undeclared variable num3 used in the sum function by replacing num3 with num2 a declared and initialized variable and fixes the issue of the compiling it is necessary for the it to compile perfectly without error. What issue it solves? It solves the 266 issue link - https://github.com/vpriyapm/finalpractical/issues/266 Test activity /kind Tested Test results Functional test Test 1:- Enter the first number-10 Enter the second number-20 Sum of 10 and 20 is 30 Test 2:- Enter the first number-15 Enter the second number-20 Sum of 10 and 20 is 35 Additional Information It must be solved to compile the program successfully

@vpriyapm