Your task is to write an Android application that displays a quiz question, like this:

However, each time the program is run, the four answers should be randomly permuted.
You check in a project that solves the assignment together with a report in a file report.txt. Use plain text, not Word or RTF, or you won't get credit for the report. Make sure that report.txt and report.png are in the hw01 directory inside your repo.
In the report, answer the questions given in the step-by-step instructions below.
Homework01 in the package edu.sjsu.cs175.hw01.Collections.shuffle is your friend.. Make sure it works and push your git repo. Paste the terminal contents from the push into your report. (Always do that when I ask you to push something. That way, I get the ID of the snapshot.)/tmp, then build and run the program from the command line (not Eclipse). How did you do that?Make sure you push multiple stages. You will lose points if you don't do it, and I would also be very suspicious of any answer that fully develops without intermediate work. Also, be sure not to push any junk (classfiles, generated files, metadata). The .gitignore from the lab should take care of that.