<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 10/14/2016 11:04 PM,  wrote:<br>
    </div>
    <blockquote
      cite="mid:2861a27338ab4ef195050d05751934f3@superman.MercerU.local"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
      <div id="divtagdefaultwrapper"
style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
        <p>Dr. Pounds,</p>
        <p>Have you released the Dice.class file and Dice API? I have
          written the bulk of the program, and I hope to set forth
          testing it. However, I cannot find these materials.</p>
        <p><br>
        </p>
        <p>Thank you,</p>
        <p><br>
        </p>
      </div>
    </blockquote>
    <br>
    Yes -- the Dice.jar file is now on the class website under the
    HOMEWORK tab on the left.  I also placed a copy of the assignment
    there as well as a PDF document for those of you that do not have
    it.  Password is the Mercer mascot.<br>
    <br>
    In class on Monday I will show everyone how to link this jar file
    into your Eclipse workspace (if you haven't figured it out on your
    own before then).   I also have an API for the Dice class on the
    class website in the REFERENCE section.  Basically there are two
    commands that you will need...<br>
    <p><br>
    </p>
    <p>String roll = Dice.roll();    <br>
    </p>
    <p><br>
    </p>
    <p>will return a string with five characters to the string variable
      called roll.  You can then do this...</p>
    <p><br>
    </p>
    <p>String orderedRoll = Dice.order(roll);</p>
    <p><br>
    </p>
    <p>to return the previously acquired roll sorted.</p>
    <p><br>
    </p>
    <p> <br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Andrew J. Pounds, Ph.D.  (<a class="moz-txt-link-abbreviated" href="mailto:pounds_aj@mercer.edu">pounds_aj@mercer.edu</a>)
Professor of Chemistry and Computer Science
Mercer University,  Macon, GA 31207   (478) 301-5627
<a class="moz-txt-link-freetext" href="http://faculty.mercer.edu/pounds_aj">http://faculty.mercer.edu/pounds_aj</a>
</pre>
  </body>
</html>