Search:

Type: Posts; User: newbie

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,568

    [SOLVED] Re: New to Programming

    It's just a simple problem you have, to fix it just put all your println contents on the same line: as such
    System.out.println("Enter the outstanding balance of the account: ");
    Or if you...
  2. Replies
    7
    Views
    1,568

    [SOLVED] Re: New to Programming

    Not to be picky, but was there something insufficient with my post that made you feel you needed
    to repeat it? Not having a go, just very curious :P
  3. Replies
    7
    Views
    1,568

    [SOLVED] Re: New to Programming

    Next time you post, please include tags around your code such as ones in my signature.
    I've reposted your code in a readable format:

    import java.util.*;

    public class proj1 {

    public...
Results 1 to 3 of 3