Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Strings 2 Java PredictingFinalResult for demonstrating Strings 2 QuizJET string operations, strings
2 Strings 3 Java PredictingFinalResult for demonstrating Strings 3 QuizJET string operations, strings
3 Strings 4 Java PredictingFinalResult for demonstrating Strings 4 QuizJET string operations, strings
4 Strings 5 Java PredictingFinalResult for demonstrating Strings 5 QuizJET string operations, strings
5 String (equals) Java PredictingFinalResult for demonstrating String (equals) QuizJET string operations, strings
6 String (replace) Java PredictingFinalResult for demonstrating String (replace) QuizJET string operations, strings
7 Concat Demo Java CodeVisualization for demonstrating Concat Demo JSVEE string operations, strings
8 String Example Java CodeVisualization for demonstrating String Example JSVEE string operations, strings
9 ToString Demo Java CodeVisualization for demonstrating ToString Demo JSVEE string operations, strings
10 Strings 1 Java PredictingFinalResult for demonstrating Strings 1 QuizJET string, string operations, strings
11 String Variables Java PredictingFinalResult for demonstrating String Variables QuizJET data types, primitive data types, string operations, strings, variables
12 Comparing Strings Java PredictingFinalResult for demonstrating Comparing Strings QuizJET boolean expressions, control flow, string operations
13 Strings 6 Java PredictingFinalResult for demonstrating Strings 6 QuizJET conditionals, data types, string operations, strings, variables
14 Given a string s and an integer n, return a string in which each of the characters in s is repeated n times. Code Completion Given a string s and an integer n, return a string in which each of the characters in s is... CodeCheck Strings, Other String Operations
15 Given a string s, return the first vowel that is doubled in the string. Code Completion Given a string s, return the first vowel that is doubled in the string. CodeCheck Strings, Other String Operations
16 Given a string s, return the string with adjacent duplicates removed. Code Completion Given a string s, return the string with adjacent duplicates removed. For example, Mississippi yields Misisipi. CodeCheck Strings, Other String Operations
17 Given a string s and a string t, return a string in which all the characters of s that occur in t have been replaced by a _ character. Code Completion Given a string s and a string t, return a string in which all the characters of s that occur... CodeCheck Strings, Other String Operations
18 Given a string, return a string composed first of all characters at even positions and then of all characters at odd positions. Code Completion Given a string, return a string composed first of all characters at even positions and then of all characters at... CodeCheck Strings, Other String Operations
19 Write a method that undoes the effect of the preceding exercise. Code Completion Write a method that undoes the effect of the preceding exercise. CodeCheck Strings, Other String Operations
20 Given a string and two characters x and y (as strings of length 1), interchange all occurrences of x and y. Code Completion Given a string and two characters x and y (as strings of length 1), interchange all occurrences of x and... CodeCheck Strings, Other String Operations
21 Given a string s and a character c (as string of length 1), return a string with the characters surrounding the first occurrence of c reversed. Code Completion Given a string s and a character c (as string of length 1), return a string with the characters surrounding... CodeCheck Strings, Other String Operations
22 Given a string s and a character c (as string of length 1), return a string with the characters surrounding any occurrence of c reversed. Code Completion Given a string s and a character c (as string of length 1), return a string with the characters surrounding... CodeCheck Strings, Other String Operations
23 Comparing Strings Java PredictingFinalResult for demonstrating Comparing Strings QuizJET boolean expressions, conditionals, data types, string operations, strings, variables
24 String Operation String Operation AnnEx pattern matching
25 String Operation pt This is the portuguese version. AnnEx pattern matching
26 q_py_output1_es Python PredictingFinalResult for demonstrating q_py_output1_es QuizPET operators, strings, variables
27 q_py_output3_es Python PredictingFinalResult for demonstrating q_py_output3_es QuizPET operators, strings, variables
28 Variable type: Strings Python BehaviorExample for demonstrating Variable type: Strings WebEx operators, variables