solve this question
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method
why?:confused: Did you tried it?
-
why?:confused: Did you tried it?
yes :(
-
yes :(
So, tell us what problems you are facing? You are asking to write whole application which nobody is going to do here. X| If you really don't want to do it then pay someone to do this job.
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method
-
:mad:
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method
Here's the problem. The reason you got given homework, was so you could learn. You can do one of two things 1 - try to do it yourself and ask SPECIFIC questions where you're stuck, showing what you've tried, telling us what you read online, telling us exactly where the code doesn't do what you expect, and why 2 - go to your teacher and tell them you're just not smart enough for this course. BTW, your teachers are almost certainly smart enough to google their own question, so the worst thing I could do, is give you a full solution, which they would then find, and use to work out who you are. At that point, they would fail you anyhow.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
So, tell us what problems you are facing? You are asking to write whole application which nobody is going to do here. X| If you really don't want to do it then pay someone to do this job.
5d to counter his one.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
5d to counter his one.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Thanks, do CP has any facility to remove these kind of users. :doh: He is spamming all over the places.
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method
I'm not sure... I think I know the poster for this message personally. If he is the one, I think he cannot implement any thing....
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method
Kevin
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method
I assume, from the fact that you don't seem to know your arse from your elbow, that going to the toilet proves particularly troublesome for you.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Thanks, do CP has any facility to remove these kind of users. :doh: He is spamming all over the places.
CodeProject is a convenient place to get programs for homework assignments. The IT industory is in trouble. I personally knew somebody with no knowledge in software development who was hired by Lexmark in 1998. Another one was hired by UPS without being carefully interviewed. They both had degrees in computer science. Trouble!
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method
Coders don't work for free. If you want an app try hiring a programmer.
www.belfox.net ...Simplicity at its best
-
Here's the problem. The reason you got given homework, was so you could learn. You can do one of two things 1 - try to do it yourself and ask SPECIFIC questions where you're stuck, showing what you've tried, telling us what you read online, telling us exactly where the code doesn't do what you expect, and why 2 - go to your teacher and tell them you're just not smart enough for this course. BTW, your teachers are almost certainly smart enough to google their own question, so the worst thing I could do, is give you a full solution, which they would then find, and use to work out who you are. At that point, they would fail you anyhow.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
I'd like to see how someone here would do this just to compare it to the system we currently have. I bet the code done in an hour here would be better than some of the code currently used by us that was done by a contractor. :/
-
driving license (class) +number: string (constructor) +renewelperiod: int (constructor) + GetLicenseInfo():void (mrthod) + CalculateLicensePrice(): double (method) + DisplayLicenseInfo() : void (method) Based on the above, create a program with the following requirement • GetLicenseInfo() method that input license number and renewal period from user. Display an information to the user either to renew the license for 1,2,3 or 5 years. • CalculateLicensePrice() method that will calculate price for driving license depends on the renewal period of 1,2,3 or 5 years. The renewal fee is RM30 per year • A method DisplayLicenseInfo() that will display each details including license number,renewal period and license price. Create an object and invoke necessary method