CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: x 0i

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,179

    Re: Need help with a homework problem

    import java.util.Scanner;
    import java.text.DecimalFormat;
    public class ProgramIII
    {
    public static void main(String [] args)

    {
    DecimalFormat f = new...
  2. Replies
    2
    Views
    2,179

    Need help with a homework problem

    Having trouble with this one...

    Write a Java program that will distribute the total amount of money found in a piggy bank into the following currencies: half dollars, quarters, dimes, nickels and...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured