Exercise 6 ”calculator” GUI solution

$13.00

Original Work ?

Download Details:

  • Name: ex6.zip
  • Type: zip
  • Size: 57.26 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (6 votes)

Create a ”calculator” GUI which will allow the user to
input two integers and preform two operations on them,
showing the result in the GUI. One operation should
show the value of the first number modulo the second
number. The other operation should show the value of
the first number to the power of the second number.
Hints: The easiest approach will probably use two
Entry objects for the user to type in the integers and
two buttons linked to the two operations.
1