Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Implement a c# method CalculateCourseFee(double courseFee, double marks, double serviceFee) to calculate the total fees to be paid by a student.



The students are entitled to get scholarship based on the marks scored in the qualifying exam. Scholarship percentage should be considered as half of the marks scored by the student on the course fee. Apart from the course fee(after deducting the scholarship amount), the students have to pay extra service fees.



Assume that the marks is out of 100 and need not always be integer.

what is algorithm

how the debugging process can be used to help develop more secure, robust applications.

Write a program in C# to show percentage of class attended and Is student is allowed to sit in exam or not.


Test Data :

Input 5 number of elements in the array :

element - 0 : 2

element - 1 : 5

element - 2 : 7

element - 2 : 3

element - 2 : 10

Expected Output:

The values store into the array are:

2 5 7 3 10

The values store into the array in reverse are :

10 3 7 5 2


Write a program named SortWords that includes a method named SortAndDisplayWords that accepts any number of words from the user, sorts them in alphabetical order, and displays the sorted words separated by spaces. Test using two, five, or ten words.

Create a new project, and name it P1T5

Write a program that requests the following information from a user:

 Name

 Wage per hour

 Number of hours worked

It should then calculate the total wage and display a message with this format (note the alignment and currency

Name   : David

Wage/hour : R45.00

No Hours : 6

Total Wage : R270.00


Create a new project, and name it P1T4

Write a program that requests a number of minutes from the user and then converts and displays the minutes as hours and minutes

Hint – make use of the / and % operators

Your running program could resemble the following:


Write a program that declares four integers. Your program should request the user to enter the values of the 4 variables (one by one) and then the sum and average of these values must be calculated and displayed.

Your running program could resemble the following:


Create a new console application, and name your project P1T1 (short for Prac1 Task1). In Visual Studio you should see the following code:

Add the statements to make your program write “Hello World” on your screen.

You will need 2 lines of code – one line to put the text on the screen, and one line to ensure that the black output box does not disappear immediately.

To compile and execute your program, click on the

button.

Be sure to save your application.


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS