You are on page 1of 9

1.

Write a C# program that will compute and display the


average grade of the following subjects: Introduction to
Computing, Computer Programming 1, Mathematics in
the Modern World, Purposive Communication,
Understanding Self, Self Testing Activities, and CWTS.
CODES
INPUT

2.Create a C# program that will ask the user to input the scores
of the five (5) judges for a certain online programming contest.
Scores to be encoded are from 1-100. Compute and display the
average score of the 5 judges.

CODES
INPUT

3.Write a C# programs that will convert length from meter to


kilometer where 1 kilometer = 1000m.
CODES
INPUT

4.Write a C# programs that will convert weight from kilogram


(kg) to grams (g). 1 kg is equal to 1000g
CODES

INPUT
5. Write a C# program that will convert temperature from
degree Celcius to degree fortnight using the following formula
: x 9/5 ) + 32

CODES
INPUT

You might also like