Search:

Type: Posts; User: Robbiep

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,439

    Re: Simple Java Program

    I tried it and it worked thank you! As you can tell I'm new to this so I'm making some silly mistake.
  2. Replies
    6
    Views
    1,439

    Re: Simple Java Program

    class FilePrac3
    {
    public static void main (String args[])
    java.io.IOException
    {
    for (int count = 0 ; count <= 50 ; count += 2)
    {
    System.out.println...
  3. Replies
    6
    Views
    1,439

    Simple Java Program

    I have to make a program that will list all of the even numbers from 2-50. I have the basic part of it down but there is something wrong with it. The program is


    import java.io.*;
    class...
Results 1 to 3 of 3