Search:

Type: Posts; User: lich0802

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,197

    Re: Array Homework assignment

    The parts that I cannot figure out are:

    System.out.print("Enter the deposit amount(dollars) : $");
    j = kb.nextInt();
    }
    }

    // Convert Dollars to Yen
    void...
  2. Replies
    3
    Views
    2,197

    Array Homework assignment

    I was given a homework assignment to create a program to convert money in accounts from usd to yen. With the code given to us, this is what I have came up with so far:


    import java.util.*;
    ...
Results 1 to 2 of 2