-
Notifications
You must be signed in to change notification settings - Fork 519
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
Comments
Division Operation is not working correctly. |
Are you getting Result 0, Every time? |
is the testing completed? |
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). |
@Datta565 @KiranPhadtare30 @SamuelAnanth @Udayasree-cloud @NivyaChinnasamy @Abhiram1107
Please test all code executions and if any issue list down in comments
The text was updated successfully, but these errors were encountered: