Search:

Type: Posts; User: jp93129

Search: Search took 0.08 seconds.

  1. Re: In desperate need of help. Making an exponents table.

    Figured it out. Notice the important piece of code that was left out after the for loop.


    import java.util.*;

    public class Project1 {

    public static void main(String[] args) {

    ...
  2. Re: In desperate need of help. Making an exponents table.

    Oh i see. So there is some expression(s) I'm missing before the loop I think. I'm going to experiment some more, if I don't figure it out ill be more specific and takes things one at a time. I really...
  3. Re: In desperate need of help. Making an exponents table.

    I'm so frustrated! lol. Well I'm really having trouble with the update part of the loop now. I can't get it right.
  4. Re: In desperate need of help. Making an exponents table.

    I understand you up until you say "Inside the for loop just print out b and b^x. " Do you mean put that in the update part? I understand for(x=1; x<= exponent; ???)

    I also dont understand what...
  5. Re: In desperate need of help. Making an exponents table.

    Thanks for the replies, working on it now! Just posted the code I have now, if anyone could elaborate a little more it'd be nice. I think i know what to put in the loop now, but i don't think i...
  6. In desperate need of help. Making an exponents table.

    Hello everyone!

    So I'm just at a wall right now. I'm a very very beginner java programmer. I currently have to write a program that displays a table. The user will enter the base number, then...
Results 1 to 6 of 6