a. Check exist: If list of execution (table) exists an item containing the str string and option, show the error text "Execution existed!". (1.0 point)
When input string and choose an option
After clicking the "EXECUTE" button
Enter a string (str): Hello
Enter a string (str): Hello
Choose an option: Length of string
Choose an option: Length of string
Result:
Result:
EXECUTE
Result
EXECUTE
Execution existed!
String str
Length of string 5
String str
Option
Result
Hello
Hello
Length of string 5
Option
Otherwise, make the request b.
b. Execute: (1.5 point)
- If users choose "Length of string" option, count the number of characters of the string str, then add the result to table as shown below.
If users choose "Consonant characters" option, count the number of characters that are consonants in string str, then add the result to table as shown below.
=>
Zoom
+ 100%
Close