Search:

Type: Posts; User: anrowl01

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    2,120

    Re: Need help with an Octal Numbers program

    Okay, so I've semi-figured it out. Here's what my code is now:


    public static void main ( String arg[] )
    {
    Scanner input = new Scanner ( System.in );

    ...
  2. Replies
    4
    Views
    2,120

    Need help with an Octal Numbers program

    Hey, I have an Octal program I need help, I'll just copy and paste the info. Basically, my professor provides barely any help and there's restrictions to what type of code. For example, on this one,...
Results 1 to 2 of 2