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
+34-5Lines changed: 34 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ public class DeepDive06ModelViewController
22
22
// Do not change anything except the blank (___)
23
23
//
24
24
// concepts:
25
-
// string concatenation
25
+
// string concatenation, including int-> string conversions
26
26
// MVC
27
27
@Test
28
28
publicvoidstringsCanBeArrays() throwsException
@@ -32,14 +32,43 @@ public void stringsCanBeArrays() throws Exception
0 commit comments