Search:

Type: Posts; User: ghostheadx

Search: Search took 0.10 seconds.

  1. Re: exercise 168 and apologies for my last post

    @mageorge

    Oh, no I know. I fixed the "i" to "int i" and it totally almost made it work. I didn't have to change much after that, besides make nEvens = i / 2; and increment nEvens after the loop...
  2. Re: exercise 168 and apologies for my last post

    Hey, I made it work. Thanks for referring me to the loops tutorial. I really appreciate it. I'll read it. Here is my code:




    public class Item
    {
    private int myN;

    public Item( int n )
  3. exercise 168 and apologies for my last post

    Hi, I'm sorry about the last post. I shouldn't just say "I don't get it" as the whole question. It's totally my fault. Anyways, I am having a problem with this code. I get an error no matter what I...
Results 1 to 3 of 3