package org.teachingkidsprogramming.recipes.completed.section03ifs.KataQuestions; //------------ReverseHiLow Kata---------------// // Your user knows the answer, the computer gets 8 guesses to determine the answer // You tell the computer whether its guess is too high or too low // Write each of the English line comments (use at least 8 line comments) // Number each comment line at the end // Verify - step one - Translate EACH comment line into code // Verify - step two - Run your code after each line // public class ReverseHiLow { //TODO: write comments and then code here }