Search:

Type: Posts; User: Dtank123456

Search: Search took 0.14 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...
  3. Replies
    2
    Views
    1,107

    Re: Formatting using Printf()

    Thank you man.

    --- Update ---

    Thank you man
  4. Replies
    2
    Views
    1,107

    Formatting using Printf()

    //import Scanner
    import java.util.Scanner;

    public class Program3{

    public static void main(String[] args) {

    //intiate the Scanner
    Scanner input;
    ...
  5. Replies
    2
    Views
    913

    Need to format this!!

    Homework problem...




    import java.util.Scanner;

    public class Prog3{

    public static void main(String[] args) {
Results 1 to 5 of 6