Write C++ program to write “Hello World" inside file in path D:\output\os.txt then calculate the size of that file.
Write C++ program to swap two input values using: a) Call by address function. b) Call by reference function.
write c++ program to create process and wait for 15 seconds then terminate it. path: "c:\\windows\\system32\\notepad.exe"
Write a complete c program for the following problem; get three numbers from the user, and calculate and display the product (multiplication) of numbers
Bookmark Maker
In this assignment, let's build a Bookmark Maker by applying the concepts we learned till now.
Refer to the below image.
Instructions:
Warning
You are an employee of a marketing organization that pays you a monthly salary of Ksh. 10,000 if you work for the recommended 160 hours a month (Monday - Friday, 9am - 5pm, for a month). This salary can however fluctuate based on the number of hours worked, in that if you work for more than the recommended working hours ie above 160 hours, you earn an extra 10% of your salary but if you work for less than 160 hours, you will be deducted 10% of your salary. With the aid of a SWITCH CASE select structure Implement a program written in C++ that would help the finance department calculate your monthly salary based on the hours worked being the input value of the program.
You are an employee of a marketing organization that pays you a monthly salary of Ksh. 10,000
if you work for the recommended 160 hours a month (Monday - Friday, 9am - 5pm, for a month).
This salary can however fluctuate based on the number of hours worked, in that if you work for
more than the recommended working hours ie above 160 hours, you earn an extra 10% of your
salary but if you work for less than 160 hours, you will be deducted 10% of your salary. With the
aid of a SWITCH CASE select structure Implement a program written in C++ that would help
the finance department calculate your monthly salary based on the hours worked being the input
value of the program.
Write a c++ program using loops that outputs the binary, octal, and hexadecimal equivalent of the integer in the range from 1 to 256.
Wap to calculate the area and perimeter of swuare
Write to program to create a file. input user defined data entered from keyboard and write to the file. Read the contents of the file in reverse order and store to another file.