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

Testcase #626

Closed
6 tasks
vajrang-b opened this issue Mar 13, 2023 · 5 comments
Closed
6 tasks

Testcase #626

vajrang-b opened this issue Mar 13, 2023 · 5 comments

Comments

@vajrang-b
Copy link
Owner

vajrang-b commented Mar 13, 2023

  • + Operation must be working
  • - operation
  • % operation
  • / operation
  • ++ operation
  • -- Operation

@Datta565 @KiranPhadtare30 @SamuelAnanth @Udayasree-cloud @NivyaChinnasamy @Abhiram1107

Please test all code executions and if any issue list down in comments

@Datta565
Copy link
Contributor

Found compilation error in Division operation.
Division

@Udayasree-cloud
Copy link
Contributor

Division Operation is not working correctly.

@Datta565
Copy link
Contributor

Are you getting Result 0, Every time?

@vajrang-b
Copy link
Owner Author

is the testing completed?

@KiranPhadtare30
Copy link
Contributor

The result we are getting from Division operation is in double(out_Result) and in the Arguments we are passing this double(out_Result) result value to Int(intResult) result . May be this is the reason it is giving compilation error. If we fix this it will resolve the issue. One way to fix this issue is Create another variable in Main that will store double result. (I tried by changing the Data Type of intResult to GenericValue but it didn't worked).

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

4 participants