Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: how??

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    11
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how??

    How does one design a program that shows how a car performs its task in procedural programming

  2. #2
    Member
    Join Date
    Jan 2013
    Posts
    34
    My Mood
    Busy
    Thanks
    2
    Thanked 4 Times in 4 Posts

    Default Re: how??

    What do you mean? Do you mean you to show how a car drives around and does its tasks in programming? Well I don't know, but you should post a more clear question.

  3. #3
    Junior Member
    Join Date
    Mar 2013
    Posts
    11
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: how??

    the questions says: Program design is one of the stages of the development life cycle. Design a program that shows how a car performs its task.......This is supposed to be done in a flow chart#examples of classes

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: how??

    Do you have a specific question? What exactly are you having issues with? How is this related to java, esp. since java is object oriented yet you refer to procedural programming in the original post?

    And please read the forums rules.

  5. #5
    Junior Member
    Join Date
    Mar 2013
    Posts
    11
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: how??

    yohhhh Dude i just wanted help

  6. #6
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: how??

    Quote Originally Posted by Dingwana View Post
    yohhhh Dude i just wanted help
    Which we can provide, presuming we know where you are stuck. Do you know what a flow chart is? Do you know what a class is?

    Suggested reading: What have you tried? - Matt Gemmell