Length of string.
(When the web page runs, if the interface is not the same as above, will not be considered for grading)
Assume users fill the value for the textfield (called str), when users click "EXECUTE" button:
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
Option
Result
EXECUTE
Execution existed!
String str
Length of string 5
String str
Option
Result
Hello
Hello
Length of string 5
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.
+ 100%
=>
Zoom
Close