package org.teachingkidsprogramming.recipes.inDevelopment; public class forLoopUpdate { public static void main(String[] args) throws Exception { // Input from Brick Ellis // Update 'for loop English syntax' // End of loop s/b 'end repeat' -- DONE // Refer to 'for loop ' as 'this <item>' with a noun } }