subject
Computers and Technology, 08.04.2021 16:50 nae467

Write a program that prompts the user to enter the name, the number of children, and the basic salary of an employce. The program will then:
Calculate the bonus:
Calculate the new salary:
Apply a tax of 10% and find the paid salary:
The program will then display all the information needed as shown in the sample run below​

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:30
An endless cycle of creation and response on the internet is called
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
Consider the following code snippet: #ifndef cashregister_h#define cashregister_hconst double max_balance = 6000000.0; class cashregister{public: cashregister(); cashregister(double new_balance); void set_balance(double new_balance); double get_balance() const; private: double balance[12]; }; double get_monthly_balance(cashregister bk, int month); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_balance should be removed since header files should not contain constants.c)the definition of cashregister should be removed since header files should not contain class definitions.d)the body of the get_monthly_balance function should be added to the header file.
Answers: 1
question
Computers and Technology, 24.06.2019 02:00
Which steps will open the system so that you can enter a question and do a search for
Answers: 1
question
Computers and Technology, 24.06.2019 05:30
Hey i really need some solving this problem: 1. encrypt this binary string into cipher text: 110000. include in your answer the formula the decoder would use to decrypt your cipher text in the format (coded answer) x n mod (m) = y & 2. decrypt this cipher text into a binary string: 106 you.
Answers: 2
You know the right answer?
Write a program that prompts the user to enter the name, the number of children, and the basic salar...
Questions
question
Mathematics, 27.07.2019 11:30
question
Computers and Technology, 27.07.2019 11:30
question
Mathematics, 27.07.2019 11:30
Questions on the website: 13722361