Login|Contact Us
Question and Answer

Programming

Ask a Programming Question, Get an Answer ASAP!

  • Ask A Question
  • Browse Answers
  • Meet The Experts
  • How JustAnswer Works

I need three Pseudocodes for the following three scenario Scenario Design

 
LogicPro's Avatar
  • Answered by:LogicPro
  • Computer Software Engineer
  • Positive Feedback: 99.4 %
  • Accepted Answers: 5549
Verified Expert
in Programming

Recent Feedback

Positive
fast response.
Positive
fast response
Positive
great
Positive
Thank you
Positive
Thank you
Positive
He responded quickly to my question with a solid answer.
Positive
Perfect as usual
Positive
thank you
Positive
thank you
Positive
Outstanding help!

Customer Question

I need three Pseudocodes for the following three scenario

Scenario

Design a class named car that has the following fields:

yearModel: The yearModel field is an Integer that holds the car’s year model.
make; The make field references a string that holds the make of the car
speed: The speed field is an Integer that holds the car’s current speed.

In addition, the class should have the following constructor and other methods:

Constructor: The constructor should accept the car’s year model and make as arguments. These values should be assigned to the object’s yearModel and make fields. The constructor should also assign 0 to the speed field.
Accessors: Design appropriate accessor methods to get the values stored in an object’s yearModel, make, and speed fields.
accelerate: The accelerate method should add 5 to the speed field each time it is called.
brake: The brake method should subtract 5 from the speed field each time it is called.

Next, design a program that creates a car object, and then calls the accelerate method five times. After each call to the accelerate method, get the current speed of the car and display it. Then call the brake method five times. After each call to the brake method, get the current speed of the car and display it.

Scenario
Create a program that calculates the number of calories burned while running on a treadmill. An individual running on this particular treadmill burns 3.9 calories per minute.

Design a program that uses a loop to display the number of calories burned after running 10, 15, 20, 25, and 30 minutes.

Secnerio
You’ll create a program for a Golf Club that

Reads each player’s name and golf score as keyboard inputs, and saves these records as golf.dat.

Reads the golf.dat records and displays them.

 



Already Tried:
I am missing it some where it is very confusing to me.

Submitted: 271 days and 13 hours ago.
Category: Programming
Value: $39
Status: CLOSED
Picture
Expert:  ATLPROG replied 271 days and 13 hours ago.


ATLPROG :

Hi

Customer :

hello

ATLPROG :

By when you need these done

Customer :

I before next Wednesday

Customer :

I just can't understand why I'm having such a problem

ATLPROG :

Just to confirm you just need the Pseudocode right

Customer :

Yes

ATLPROG :

Do you have a word doc that have all the questions

Customer :

Can you help me understand what I'm missing

Customer :

Yes

ATLPROG :

Can you please go to www.wikisend.com and upload your file ? Once you do that you will get a page that has the "File ID" and "Download Link". Copy the "Download Link" or "File ID" and please paste it in your reply here.

Customer :

okay hold on

ATLPROG :

k

Customer :
Pseudocode needed.docx
  • File ID: 528422
  • File size: 15.9 KB
  • Time to live: 7 days

http://wikisend.com/download/528422/Pseudocode needed.docx

Customer :

From link

Customer :

Pseudocode needed.docx

Customer :

I think I did it right

ATLPROG :

It doesnt have Car related question instead it has some Astronomy question

Customer :

I have done the flowchart on all of them yes I know I had the wrong question

Customer :

Do you need to see my flow charts I made for them

Customer :

I used Microsoft Visio

ATLPROG :

yes pls

Customer :

okay I will upload them

ATLPROG :

ok

ATLPROG :

send me all documents including what you need please

Customer :

http://wikisend.com/download/313292/Pseudocode needed.docx

Customer :

Pseudocode needed.docx

Customer :

This is what I have so far

Customer :

Do you need anything else

Customer :

Hello are you there

Customer :

Are you gone hello

ATLPROG :

hi

ATLPROG :

sorry was not seeing your messages

ATLPROG :

So you need Pseudocode for all these three ?

ATLPROG :

is that correct ?

ATLPROG :

Unfortunately, I am not able to assist you with your question, so I will open it to all Experts and if someone can assist you, they will post a reply here on this page (No need to create a new question). Best wishes.

Customer :

May I ask why?

Customer :

Because if you can't answer it no one else can either

Picture
Expert:  LogicPro replied 271 days and 11 hours ago.

Hi,
My name is XXXXX XXXXX X am another expert here.

I will help you with your questions.

Picture
Expert:  LogicPro replied 271 days and 11 hours ago.

I will provide you answer ASAP.LogicPro41103.8740412847

Customer replied 271 days and 9 hours ago.

Okay thank you

Picture
Expert:  LogicPro replied 271 days and 9 hours ago.

welcome

Picture
Expert:  LogicPro replied 270 days and 23 hours ago.

Let me know when you are there.

Customer replied 270 days and 19 hours ago.

I here whats up

Picture
Expert:  LogicPro replied 270 days and 18 hours ago.

Download answer from here

docx
Pseudocode needed.docx

You can ask me again using "For LogicPro only" at the start of your questions like other customers to get instant answers.
It will ensure that question is for me.
Please bookmark my profile page:
http://www.justanswer.com/computer/expert-logicpro/
so you can come back and ask me a question anytime.
If you’re a subscriber, you can ask other questions from me at no additional cost beyond your monthly payment.
Rate this answer as 'Excellent Service' or ask me if you need more information.

Customer replied 270 days and 18 hours ago.

I don't see the one for the cars which is the first one on the post can you provide a flowchart on that one and I will add to your fee

Picture
Expert:  LogicPro replied 270 days and 18 hours ago.

You need flowchart only for the cars?

Customer replied 270 days and 18 hours ago.

Yes

Picture
Expert:  LogicPro replied 270 days and 18 hours ago.

Please check back in 1 hour

Accepted Answer

Picture
Expert:  LogicPro replied 270 days and 16 hours ago.

Download again from here


Car_Pseudocode.docx

Expert TypeComputer Software Engineer
Category: Programming
Pos. Feedback: 99.4 %
Accepts: 5549
Answered: 7/14/2012

Experience: Expert in C, C++, Java, DOT NET, Python, HTML, Javascript, Design.

Ask this Expert a Question >
 
Tweet

3 Programmers are Online Right Now

Ask Your Question Now
Programming Questions Date Submitted
C ProgrammingDecode LabYour assignment is to write a C 4/9/2013
Reference the following instructions to assist you when completing 4/8/2013
First you will present the pseudo code with all the modules 4/8/2013
NA-112 4/8/2013
The first programming project involves completing a program 4/8/2013
RA-201 4/7/2013
This is my final exam for my c programming class. It is due 4/7/2013
Program Description Your program will display (see the sample 4/6/2013
RA-211 4/3/2013
ra-614 4/2/2013
RSS
Next 10 >
Ask A Programmer
Type Your Programming Question Here...
characters left:

Top Programming Experts

See More Programmers

In The News

Nbc
Washington Post
New York Times
Cnn
Learn More

How It Works

  • Ask an Expert
  • Get a Professional Answer
  • Ask Followup Questions
  • 100% Satisfaction Guarantee
Learn More
close
Find Expert answers related to your question.
Sign up using email
We will never post anything without your permission.
Already have an account? Sign in

Ask a Programmer

Get a Professional Answer. 100% Satisfaction Guaranteed.
83 Programmers are Online Now
Type Your Programming Question Here...
characters left:
Disclaimer: Information in questions, answers, and other posts on this site ("Posts") comes from individual users, not JustAnswer; JustAnswer is not responsible for Posts. Posts are for general information, are not intended to substitute for informed professional advice (medical, legal, veterinary, financial, etc.), or to establish a professional-client relationship. The site and services are provided "as is" with no warranty or representations by JustAnswer regarding the qualifications of Experts. To see what credentials have been verified by a third-party service, please click on the "Verified" symbol in some Experts' profiles. JustAnswer is not intended or designed for EMERGENCY questions which should be directed immediately by telephone or in-person to qualified professionals.
Truste
Contact Us | Terms of Service | Privacy & Security | About Us
© 2003-2013 JustAnswer LLC