Thursday, July 30, 2009

I need help from someone who knows C++ programming language?

01. Write a programme to display the following screen.


CERTIFICATE IN COMPUTER STUDIES


COURSE CONTENTS





• Introduction to Computers and Operating Systems


• MS Office 2000 packages: Word, Exel, Access and Power Point


• ‘C’ Programming


• Flash Animations and Dereamweaver


• Introduction to Networking


• Internet and E-mail





02. Write a programme to input an employee’s salary and display the tax amount with the name of the employee in the following format.


Name: Name of employee


Salary: Salary of employee


Tax Amount: Tax to be paid


Taxation should be calculated as follows.


If the salary is greater than $ 25000 – Tax rate is 10%


If the salary is less than $ 25000 – Tax rate is 5%


Tax = Salary * Taxrate

I need help from someone who knows C++ programming language?
Have a look at some tutorials on the web, that's real basic stuff. The first will just be a bunch of cout statements ( i think , sorry if i've got that wrong, i've been coding heaps of diff languages lately and haven't touched c++ in about 2 yrs ). The 2nd will be a bunch of cout statements for the standard stuff along with cout for some variables





and then some simple math operations using an if/else for the tax calculation





best if you learn it yourself, build a foundation for your coding skills.


No comments:

Post a Comment