Answer Posted / vishal sharma
++,--,+,- these are the unary operators.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what's the basic's in dot net
What is and I oop mean?
What is abstraction oop?
Why it is called runtime polymorphism?
What do you mean by variable?
What is encapsulation example?
What is the real time example of inheritance?
How to call a non virtual function in the derived class by using base class pointer
What is polymorphism in oops with example?
What is pointer in oop?
Why do we need oop?
What are oops functions?
which feature are not hold visual basic of oop?
What is abstraction with example?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.