String Test Review
By Mickey Arnold
starstarstarstarstarstarstarstarstarstar
Last updated 10 months ago
34 Questions
1 point
1
Question 1
1.
1 point
1
Question 2
2.
1 point
1
Question 3
3.
1 point
1
Question 4
4.
1 point
1
Question 5
5.
1 point
1
Question 6
6.
1 point
1
Question 7
7.
1 point
1
Question 8
8.
1 point
1
Question 9
9.
1 point
1
Question 10
10.
1 point
1
Question 11
11.
1 point
1
Question 12
12.
1 point
1
Question 13
13.
1 point
1
Question 14
14.
1 point
1
Question 15
15.
1 point
1
Question 16
16.
1 point
1
Question 17
17.
1 point
1
Question 18
18.
1 point
1
Question 19
19.
1 point
1
Question 20
20.
1 point
1
Question 21
21.
1 point
1
Question 22
22.
1 point
1
Question 23
23.
1 point
1
Question 24
24.
1 point
1
Question 25
25.
1 point
1
Question 26
26.
1 point
1
Question 27
27.
1 point
1
Question 28
28.
1 point
1
Question 29
29.
1 point
1
Question 30
30.
1 point
1
Question 31
31.
1 point
1
Question 32
32.
1 point
1
Question 33
33.
1 point
1
Question 34
34.
DIRECTIONS : Complete the method below.You will be writing only the go method.The go method should:Two words are sent in to the go method as word1 and word 2You will RETURN a string containing the letters remaining AFTER the middle letter from both word1 and word2.All words are odd lengths.The answer will be printed in main so you do not need any System.out.println
All the Outputs should be:
lobyeleeamINSTSnasingenslatepublic static String go (String word1, String word2){ your code will go here}
DIRECTIONS : Complete the method below.
You will be writing only the go method.
The go method should:
Two words are sent in to the go method as word1 and word 2
You will RETURN a string containing the letters remaining AFTER the middle letter from both word1 and word2.
All words are odd lengths.
The answer will be printed in main so you do not need any System.out.println
All the Outputs should be:
lobye
leeam
INSTS
nasing
enslate
public static String go (String word1, String word2){
your code will go here
}