Ask your own question, for FREE!
Computer Science 6 Online
OpenStudy (anonymous):

Please I need Help to write a program In comouter science........... A parking garage charges $2 for the first half hour, and $0.75 for each additional half hour. The formula the garge uses is charge = 2+ (x-1) * 0.75 where X is the number of half-hours that a costumer parked in the garge. Write a program that first askes a user to enter the number of hours as an enteger, convert it to the number of the half hours, and then use above formula to calculate and pints out the charges.

OpenStudy (espex):

This should be a relatively easy program to write. Accept input from the user, double it, then plug it into the formula you have and print the results.

OpenStudy (anonymous):

i wrote a class for your program using C sharp, but i don't have csharp compiler on this pc

OpenStudy (anonymous):

by the way which language do you want your program to be in?

OpenStudy (anonymous):

are you there?

OpenStudy (anonymous):

anyways your program is basic and simple

OpenStudy (anonymous):

i will install ms visual studio then send you the program, or if you want i can explain the program for you

OpenStudy (anonymous):

when you are back let me know

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!