How does one design a program that shows how a car performs its task in procedural programming
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.
How does one design a program that shows how a car performs its task in procedural programming
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.
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
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.
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