Reference no: EM13316820
Please complete the following Programming Exercises listed in your book. All programs must be done according to these Programming Principles (properly formatted and commented). (If you want to see an example of a simple program, please see this Sample Program.)
Write a C# program that declares variables to represent the length and width of aroom in feet. Assign appropriate values to the variables, such as length = 15 andwidth = 25. Compute and display the floor space of the room in square feet(area = length * width). As output, do not display only a value; instead, displayexplanatory text with the value, such as The floor space is 375 square feet.
Write a C# program that prompts the user for a name, Social Security number, hourly payrate, and number of hours worked. In an attractive format (similar to Figure 2-24), display all the input data as well as the following
» Gross pay, defined as hourly pay rate times hours worked
» Federal withholding tax, defined as 15% of the gross pay
» State withholding tax, defined as 5% of the gross pay
» Net pay, defined as gross pay minus taxes
Save the program as Payroll.cs.
Write a C# program that prompts a user for an hourly pay rate. If the user enters values lessthan $5.65 or greater than $49.99, prompt the user again. If the user enters an invalidvalue again, display an appropriate error message. If the user enters a valid value oneither the first or second attempt, display the pay rate as well as the weekly rate, which iscalculated as 40 times the hourly rate. Save the program as EnsureValidPayRate.cs.
Write a C# program that allows the user to enter two integers and a character. If thecharacter is A, add the two integers. If it is S, subtract the second integer from the first.If it is M, multiply the integers. Display the results of the arithmetic. Save the file as
Calculate.cs.
What methods would you use to implement that training
: Discuss the importance of documentation in applications development. Why are the four types of documentation important regardless of the size of the project?
|
How much does she get to keep after paying off the loan
: A year after buying her car, Anita has been offered a job in Europe. Her car loan is for $15,000 at a 9% nominal interest rate for 60 months. If she can sell the car for $12,000, how much does she get to keep after paying off the loan
|
What is the radial component of convective acceleration
: when their spacing is h, what is the radial component of convective acceleration at the section just inside the edge of the disk (section A) in terms of D, V, and h. assume uniform velocity distribution across the section.
|
Determine the mass of b to maximize the impulse applied
: To apply shock loading to an artillery shell, a 20-kg pendulum A is released from a known hight and strikes impactor B at a known velocity Vo. inpactor B then strikes the 1-kg artillery shell C.
|
Write c# program that declares variable to represent length
: Please complete the following Programming Exercises listed in your book. All programs must be done according to these Programming Principles (properly formatted and commented). (If you want to see an example of a simple program, please see this Sa..
|
Find the resulting kinetic energy and speed of the block
: A spring has of constant k=1200 N/m is compressed by 8.0cm. A 2.5kg block is placed against the compressed spring. find the resulting kinetic energy and speed of the block
|
One-dimensional vlasov equation
: Show that the one-dimensional Vlasov equation and show that the off-diagonal terms of the pressure tensor
|
What is the pressure in the fluid just below the plate
: A block sits on a plate that in turn rests on the surface of a fluid, what is the pressure P in the fluid just below the plate
|
Find the density of the liquid
: A 4.3-kg solid sphere, made of metal whose density is 4700 kg/m3, is suspended by a cord. Find the density of the liquid
|