page
page
Odd Even
MyExecution.jsp): (0.5 point)
Enter an integer array:
Choose an option:
Result:
COUNT
List of Executions:
Array Option Result
Assume users fill the value for an integer array into the textfield, each element is separated by a comma "," (called a), when users click "COUNT" button:
a. Check exist: If list of execution exists an item containing the array textfield and option, show the error text "Execution existed!". (1.0 point)
When input array and choose an option
After clicking the "COUNT" button
Enter an integer array: 1,2,3,4
Odd Even
Enter an integer array: 1,2,3,4
Choose an option:
Result:
COUNT
Choose an option:Odd Even
Result:
COUNT
List of Executions:
Execution existed!
List of Executions:
Array Option Result
1,2,3,4 odd
2
Array Option Result
1,2,3,4 even 2
1,2,3,4 odd 2
+ 100%
1,2,3,4 even 2
Close