educational course/tutorialoutlet.com educational course/tutorialoutlet.com | Page 33

40 points Does not meet 0 points a ) Defines the GUI . a ) Does not define the GUI . b ) Contains a pair of radio buttons allowing the user to choose whether an iterative or recursive method is used to compute the term of the sequence . b ) Does not contain a pair of radio buttons allowing the user to choose whether an iterative or recursive method is used to compute the term of the sequence . c ) Allows the user to enter a value for n and click the Compute button , to display the nth term of the sequence in the Result field . c ) Does not allows the user to enter a value for n and click the Compute button , to display the nth term of the sequence in the Result field . d ) User input value is checked and warning message is displayed if the entered value is not a positive integer . d ) User input value is checked and warning message is displayed if the entered value is not a positive integer . e ) Allows the Efficiency field to contain the number of calls to the recursive method when the recursive option is chosen and the number of iterations of the loop when the iterative option is selected . e ) Does not allow the Efficiency field to contain the number of calls to the recursive method when the recursive option is chosen and the number of iterations of the loop when the iterative