CCSU Spring, 1999 Project 3 Posting Date: February 2, 1999 Due Date: April 9, 1999 Relevant Demos: Demo 15: ArrayDemo.java, Demo 16: CoinTossApplet.java. This project comes in only 1 part. It covers the material covered in Chapter 6 on arrays, and in chapter 4 on Java's Random class. Here is the one single part of the project: Write a Java Applet which will simulate tossing a pair of dice 1000 times, and will record the number of occurrences of each outcome in a Frequency Array indexed from 0 to 12. As there are no outcomes of 0 or 1 (the smallest score you can roll is two dots (snake eyes) or 2), you will only use boxes 2 through 12 of the frequency array to store the distribution of outcomes. You can easily modify Demo 16. You will find the Dice program on page 198 of the text helpful in regard to rolling a pair of dice. Notes: (1) Your files MUST be named DiceRollApplet.java, and DiceRollApplet.html so I can easily find them. (2) Each of your programs must begin with a remark box as described in project 1. (3) Each method in your program must begin with a remark box as illustrated in the demos. Due: Friday, April 9, 1999 AT THE BEGINNING OF CLASS.