Search:

Type: Posts; User: davidanthony129

Search: Search took 0.37 seconds.

  1. Re: Very Beginner Questions. Loops. 2nd post

    can't figure out how to copy from dos but it reads:

    C:\Users\David\Desktop\Source Files>java nSum
    Enter an integer:
    4
    The sum is: 0.04166666666664

    --- Update ---

    okay I got it figured...
  2. Re: Very Beginner Questions. Loops. 2nd post

    hey thanks for the response. basically the program should just ask for an integer and print out a sum. the sum will be determined by the user like the example in the quote the user chose 4 so the...
  3. Very Beginner Questions. Loops. 2nd post

    here is the problem:



    here is what I have:


    import java.util.Scanner;

    class nSum
Results 1 to 3 of 3