blah blah blah is here! blah blah » Close

0
votes
1 answers

Help with a loop question...

I need to create a program in C# that will allow a tutor to enter the assessment marks (%) for the students in a class. The tutor must first be asked how many students there are. The program will output the highest and lowest marks. ch ...

1
votes
0 answers

Stuck on a Loop Question in C#

Questoin resolved... sorry dont know how to delete question.

1
votes
1 answers

A Program that works out tax....

I'm stuck, I need to write code that will: • Ask the user for their tax code (A or B) and annual salary • Display the tax the person has to pay for the year. People on tax code A have to pay 25% of their salary in tax, those on tax code ...

Feedback