Skip to content

Instantly share code, notes, and snippets.

@gitaficionado
Last active December 21, 2016 16:44
Show Gist options
  • Save gitaficionado/b9d5cef7c1066d416195760e0d8c9041 to your computer and use it in GitHub Desktop.
Save gitaficionado/b9d5cef7c1066d416195760e0d8c9041 to your computer and use it in GitHub Desktop.
Print mystery to the console window using the format shown in the the template.
public static void main(String[] args)
{
int mystery = 100;
mystery = mystery + ___;
mystery = mystery - ___;
mystery = mystery ______;
mystery = mystery + 1;
mystery = mystery _____;
mystery = mystery + 15;
mystery = mystery ______;
mystery = mystery + 1;
mystery = mystery - 23;
mystery = mystery _____;
mystery = mystery _____;
mystery = mystery ______;
System.out.println("The Mystery Number = " + _________);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment