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

Search:

Type: Posts; User: End Of All

Search: Search took 0.01 seconds.

  1. Replies
    2,373
    Views
    1,539,464

    Re: The Boring Thread

    Ouch, that has got to hurt.
  2. Replies
    1
    Views
    709

    Re: issue with a CashRegister

    Nevermind about the previous code, I managed to figure that one out.
    This is the one i need help with.



    import java.io.*;
    import java.math.*;
    import java.util.*;

    public class CashRegister
  3. Replies
    1
    Views
    709

    issue with a CashRegister

    I am having a problem with getting this to work.
    does anyone have any ideas?

    here is the code:



    import java.io.*;
    import java.math.*;
    import java.util.*;
  4. Replies
    1
    Views
    505

    conversation trainer

    What does everyone think about this as a simple trainer for little kids on how to start a conversation?

    import javax.swing.JOptionPane;

    public class Exercise_1_8 {

    public static void...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured