Question: Write an Android phone program such that three instances of EditText with respective texts Input the first positive integer, Input the second positive integer, and
Write an Android phone program such that three instances of EditText with respective texts Input the first positive integer, Input the second positive integer, and Input the third positive integer, one instances of Button with text Right Triangle?, and one instance of TextView are displayed vertically on the AVD. The users of your program will be asked to input a positive integer in the first instance of EditText, a positive integer in the second instance of EditText, and a positive integer in the third instance of EditText. When the users click the button instance, the answer (either yes or no) for the question that the three input integers can the lengths of three edges of a right triangle will be displayed in the instance of TextView. In addition, if the answer is yes, the area of the right triangle should also be displayed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
