Search:

Type: Posts; User: ArunUOM

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    2,735

    Re: My lines won't work!!!

    I wanted to give it a go...hope it helps you



    import java.io.*;

    public class wordToLong
    {
    public static void main(String[] args)
    {
  2. Replies
    6
    Views
    2,027

    Re: Help need on math java program

    You've left a lot of mistakes as far as syntax is concerned; fix those or at least compile and see :S.
    For the logic of your program, i guess you'll want to put the equation in that for loop.
  3. Replies
    9
    Views
    4,846

    Re: Looping Question

    import java.io.*;
    public class Test
    {
    public static void main(String[] args)
    {
    BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));
    PrintWriter stdOut = new...
  4. Replies
    14
    Views
    3,456

    Re: Flaw in my code

    From what i believe you are wanting to achieve, i would suggest you put calculations for the MPG in the getMPG() method, and then remove 'double MPG' as a parameter in the constructor.
  5. Thread: Hello World !

    by ArunUOM
    Replies
    2
    Views
    1,251

    Hello World !

    Hello everybody. My name's Arun and i'm a computer science student.
    I'm hoping to enjoy myself on these forums :cool:
Results 1 to 5 of 5