You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TeachingKidsProgramming/src/org/teachingkidsprogramming/section06modelviewcontroller/DeepDive06ModelViewController.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,25 @@ public class DeepDive06ModelViewController
21
21
// Step 5: Advance to the next method
22
22
// Do not change anything except the blank (___)
23
23
//
24
-
// concepts:
24
+
// concepts:
25
25
// string concatenation
26
26
// MVC
27
27
@Test
28
-
publicvoidconcatenateString() throwsException
28
+
publicvoidstringsCanBeArrays() throwsException
29
29
{
30
30
//create a new string from the strings "happy " + "baby"
0 commit comments