Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finalpractical #275

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

finalpractical #275

wants to merge 2 commits into from

Conversation

Tanmay8989
Copy link

@Tanmay8989 Tanmay8989 commented May 28, 2024

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 - #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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant