vpriyapm / finalpractical

2 stars 231 forks source link

22BCAF61 num.c file error #262

Closed sree22bcaf61 closed 1 month ago

sree22bcaf61 commented 1 month ago

1)Describe the issue/feature DOB IS NOT CORRECT, VALUES ARE INCORRECT

2.Why this issue to be fixed? DOB CANNOT BE USED IN FUTURE PURPOSE,AND IF THE CLONE MAY LEAD TO COMPLEX ISSUE

3)How to reproduce in case of bug? PROVIDE THE VALUE IN CORRECT WAY

4)Other notes/Environmental Information OS-WINDOWS 11 JAVA ONLINE COMPILER

Here the error is Sum= num1+ num 3; actually it is num3 in the place of num3. If we follow this code Sum= num1+num2; it will be correct