Closed Thread
Results 1 to 5 of 5

Thread: Simple Array

  1. #1
    teensicle's Avatar
    teensicle is offline Learning Programmer
    Join Date
    Jan 2010
    Location
    Spanish Town, Jamaica, Jamaica
    Posts
    74
    Rep Power
    0

    Simple Array

    Write a program that displays a parking lot using a 8x9:

    Must use a char array.
    Must use functions.
    Must use a fucntion that displays the array.
    PePe===> BLACKSPADE EMPIRE<===PePe

    www.blackspade-ent.com

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    bobdark's Avatar
    bobdark is offline Programmer
    Join Date
    Jan 2010
    Location
    Haifa, Israel
    Posts
    164
    Rep Power
    9

    Re: Simple Array

    Well, go for it. What are you waiting for?

  4. #3
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: Simple Array

    We help with homework, but we don't do it for you. I suggest you take a look at printf(). Do you know what an array is?
    sudo rm -rf /

  5. #4
    cdg10620's Avatar
    cdg10620 is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Texas
    Posts
    387
    Blog Entries
    3
    Rep Power
    12

    Re: Simple Array

    Code:
    While( !User.hasAnswer )
    {
         User.askQuestion();
    
         if( User.postCode && User.putForthEffort )
         {
              CodeCallMembers.Help();
              User.hasAnswer = true;
         }
         else
         {
              CodeCallMembers.Laugh();
         }
    }
    -CDG10620
    Software Developer

  6. #5
    outsid3r's Avatar
    outsid3r is offline Programming God
    Join Date
    Jul 2008
    Posts
    621
    Rep Power
    19

    Re: Simple Array

    yet another?? let me guess, an entire class registered in codecall today to get help at homework.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. simple Logic to learn Array in java
    By kellyyy in forum Java Help
    Replies: 4
    Last Post: 02-25-2011, 11:39 AM
  2. Android converting short array to byte array using java on android device.
    By maxsap in forum Mobile Development
    Replies: 0
    Last Post: 04-26-2010, 04:14 AM
  3. Replies: 0
    Last Post: 04-26-2010, 04:14 AM
  4. How do I do this simple array thing...
    By Anicho in forum PHP Development
    Replies: 1
    Last Post: 01-22-2010, 08:14 AM
  5. Simple C++ array-backed stack
    By TkTech in forum Classes and Code Snippets
    Replies: 0
    Last Post: 12-23-2009, 09:21 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts