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

fix an error #112

Open
jananijeev opened this issue May 28, 2024 · 1 comment
Open

fix an error #112

jananijeev opened this issue May 28, 2024 · 1 comment

Comments

@jananijeev
Copy link

DESCRIPTION OF ISSUE/FEATURE :
the variable Num3 is not declared ,only num2 is declared
WHY THIS ISSUE TO BE FIXED?
the sum will not generate if its not fixed ,the addition wont take place and will give error in the program
HOW TO REPRODUCE IN CASE OF BUG
must declare the variable num3
sum=num1+num3 (wrong)
sum=num1+num2(correct)
OTHER NOTES/ENVIRONMENT INFORMATION
windows os 11
java online compiler

@jananijeev
Copy link
Author

@Haripriyasaran

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

No branches or pull requests

1 participant