Change division by 0 to show generate an error.
We trigger an “ErrorOccurred” event when we attempt to divide by zero. This can be handled by the App Inventor programmers. If it isn’t handled, a Notification is generated to the end-user. If the numerator is non-zero, +-INTEGER_MAX (2147483647) is returned. If the numerator is 0, then a 0 is returned. Change-Id: Ib323c692528fd331c33fcd64de5caa24c2ff9126
Showing
Please register or sign in to comment