TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Amex Johnny
NA
20
5.7k
How to do this C# question?? Please someone help me..
Apr 7 2015 5:06 AM
INSTRUCTIONS
-Use C#.Net 2010
-Write ONE program for that question.
-Use suitable labels for your output
1. Given the name and marks of n=10 students for the course C# Programming.
(a) Calculate their grades (0-49 = F, 50-64 = C, 65-79 = B, 80-100 = A).
(b) Calculate the average, minimum, maximum marks.
Write a program to generate a report that resembles the below
EXAMINATION REPORT
C# PROGRAMMING
No. Student Name Mark Grade
1 AAA 88 A
2 BBB 45 B
3 CCC 60 C
....
Average mark =...
Minimum mark =...
Maximum mark =...
Reply
Answers (
3
)
How to get selected row cell value in 'RowCommand'?
Calculation of table data and sorting in C#