Search:

Type: Posts; User: moesom

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,387

    Re: Help with looping etc THANKS ALOT IN ADVANCE

    can you please show me how to make it work, i've tried everything =/
  2. Replies
    3
    Views
    1,387

    Help with looping etc THANKS ALOT IN ADVANCE

    import io.*;
    public class count
    {
    public static void main( String [] args)
    {
    double x;
    x=ConsoleInput.readDouble("Enter x value");
    for(int n=0;n<=10;n++)
    {
    eToTheX(x,n);
Results 1 to 2 of 2