The system displays the results of the ("X" x "Y") expression value in "Resulf".
o If the user clicks the "X/Y" button:
If "Y" = 0, Message Box will be shown "Please provide a non-zero Y value!".
The system displays the results of the ("X" / "Y") expression value in "Resulf".
• If the user clicks the "X^Y" button:
If "Y" is not a integer, Message Box will be shown "Please provide a integer as Y value!".
. The system displays the results of the ("X" ^ "Y") expression value in "Resulf".
• If the user clicks the "MOD" button:
If "X" is not a positive integer, Message Box will be shown "Please provide a positive integer as X value!".
Similar validation for "Y" text box.
The system displays the results of the ("X" MOD "Y") expression value in "Result".
Page 33
Zoom
100%
Close