01 Code Scambles - learn-struts-fast/struts-tutorials GitHub Wiki

loopback url: https://bit.ly/2lxrX3x

Oh no! I dropped my laptop on the ground and the course code spilled out all over the floor!

I threw all the lines of code back into a text file, but none of the lines are in order.

Plus, a bunch of end brackets fell down a sewer grate, so those will have to be added in as well.

Use editpad or notepad and rearrange the code so that it will run a little rock-paper-scissors application in your web browser.

Here are some tips:

  • Use each line of code once and only once.
  • Do not write any of your own code.
  • Group similar looking pieces of code together as you are starting out.
  • Do not write any of your own code.
  • Group HTML tag elements together and elements that look like code together
  • Do not write any of your own code.
  • When you think your done, save the file as rps.html and open it in a web browser and see if it works!!!

There are actually two files that need to be put back together again:

first scramble https://raw.githubusercontent.com/jheguevara/java101/master/shared_stuff/02%20first%20scramble.txt

second scramble https://github.com/jheguevara/java101/blob/master/shared_stuff/03%20second%20scramble.txt