File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
TeachingKidsProgramming/src
org/teachingkidsprogramming/section01forloops Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- package org .teachingkidsprogramming .section00demos ;
1+ package org .teachingkidsprogramming .section01forloops ;
22
33public class MakeALogo
44{
@@ -14,6 +14,6 @@ public static void main(String[] args)
1414 // Draw a TKP 'K' --#5
1515 // Draw a right bracket --#9
1616 // Draw an outer TKP 'P' --#6
17- // Call the make_Inner_P() method --#7
17+ // Draw an inner TKP 'P' --#7
1818 }
1919}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public static void main(String[] args)
88 {
99 // Show the tortoise --#1
1010 // Make the tortoise go as fast as possible --#4
11- // Add Blue Violet to the Color Wheel --#7
11+ // Add Blue Violet to the Color Wheel --#7 HINT: Use the TKPLogo object
1212 // Add Violet to the Color Wheel --#8
1313 // Add Purple to the Color Wheel --#9
1414 // Do the following 75 times --#3.1
You can’t perform that action at this time.
0 commit comments