Search:

Type: Posts; User: Dtank123456

Search: Search took 0.09 seconds.

  1. Re: Need a different way to add Cubed numbers 1-10

    capitalization doesn't really matter... just answering the question.

    ummm.... as far as the loop goes,

    I'm not very keen on the loop idea but I'll do a little more reading and find out.
  2. Need a different way to add Cubed numbers 1-10

    /*
    * Put your documentation header here.
    */
    import java.util.Scanner;

    public class Lab5{

    /**
    * Returns an integer whose value is a^3 (a cubed).
    * @param any integer to be...
Results 1 to 2 of 2