Search:

Type: Posts; User: Judy_Ven

Search: Search took 0.16 seconds.

  1. Replies
    2
    Views
    3,122

    Re: Tossing Coins for a Dollar Java Program?!?!

    import java.text.DecimalFormat;
    /**
    *
    * @author Yuridia
    */
    public class a1main
    {
    public static void main(String[] args)
    {
    double balance = 0.00;
  2. Replies
    2
    Views
    3,122

    Tossing Coins for a Dollar Java Program?!?!

    I've seem to have hit a roadblock. I'm stuck!

    The question is we have to write a class named Coin. The Coin class should have the following field:

    A string named sideUp. The sideUp field will...
Results 1 to 2 of 2