How We Hire Writers

custom writing

All applicants go through a series of tests that check their level of English and knowledge of formatting styles. The applicant is also required to present a sample of writing to the Evaluation Department. If you wish to find out more about the procedure, check out the whole process.

How We Ensure Quality

Our Quality Control Department checks every single order for formatting, style, word usage, and authenticity. This lets us deliver certified assignment assistance that has no Internet rivals.

C# Coding

Assessment Instructions

In this assessment you will complete a program to demonstrate the learning competency skills for your selected language path.

Using the language C#, please complete the following assessment:

In this hypothetical scenario, you will create a program that will allow a student to register for certification classes in HVAC. The school offers a $150 discount if the student signs up for twenty or more unit-hours. Students may also pay the tuition costs over a twelve-month period.

Assessment Requirements

Your program should declare variables using the appropriate data types to store the following string values.

Name: John Smith

Address: 101 N. Main Street

City: AnyTown

State: TX

Units Taken: 19

For the price per unit, declare a constant numeric variable to contain the decimal value 100.50.

For the twenty unit-hour discount, declare a constant numeric variable to contain the whole number 150.

Convert the string value for Units Taken to an integer data type andplace the converted numeric value into a separate numeric variable.

Hint: Use the same name but add the prefix int such as intUnitsTaken.

Using the increment operator, increment the variable above by 1 so that the value 19 will now be 20.

Multiply the constant variable for price per unit by the units taken and place the answer in a variable named tuition.

Subtract the constant discount value from tuition and store the answer in a variable named afterDiscount.

Divide the discounted tuition by 12 and store the answer in a variable named monthlyPayment.

Finally, your program will display the following data using the respective variables for each item:

Name

Address

City

State

Zip Code

Number of units taken (numeric value that was incremented)

Tuition before discount

Tuition after discount

Monthly Payment

Include labels for each item as shown in expected output. Format the tuition values and monthly payment as currency.

EXPECTED OUTPUT

Name: John Smith

Address: 101 N. Main Street

City: Anytown

State: TX

Zip Code: 11111

The number of units taken is: 20

The tuition before discount is $2,010.00

The tuition after twenty-unit discount is $1,860.00

Your monthly payment is $155.00
Directions for Submitting Your Assessment

The source code file is the file in your project that contains the code you wrote. You will only need to submit the source code file for your program and not the entire project folder or any additional project files. Below are listed the file extensions for the source code file for each language:

.cs file for C#

Naming Your Project and Source Code File

While you can change your file name later, it will be simpler with less chance of confusion if you name your new project and code file with the following naming convention when you create it. The code file(s) should be saved as: IT213M1_YourLastName_Language. The source code file and the project name can be the same.

You can leave a response, or trackback from your own site.

Leave a Reply

Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes