CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kitkat100

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    15,464

    Re: BlueJ Exercise Help

    Sorry for the late reply.

    Thank you for your help I've finally gotten the hang of the dot notation! (Calling methods from objects etc.)



    public void close()
    {
    for (Lot lot :...
  2. Replies
    4
    Views
    15,464

    Re: BlueJ Exercise Help

    Hi Keang,

    Thanks for your reply! I'm sorry for this, but when I tried :



    public void close()
    {
    for (Lot lotLoopVariable : lots ){
    ...
  3. Replies
    4
    Views
    15,464

    BlueJ Exercise Help

    Hi, I'm quite new at programming and I've been finding the external method calls quite hard to get right in completing this particular exercise...

    Exercise 4.28
    Add a close method to the ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured