Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

INSTRUCTIONS Use C# . Net 2 0 2 2 or later version. Write ONE program for each question. Use suitable labels for your output. Given

INSTRUCTIONS
Use C#.Net 2022 or later version.
Write ONE program for each question.
Use suitable labels for your output.
Given the names and marks of n=10 students in the course object-oriented programming.
(a) Calculate their grades (0-49=F,50-64=C,65-79=B,80-100=A).
(b) Calculate the average, lowest and highest marks.
(c) Calculate the grade statistics (i.e. how many A,B,C, and F are in the report)
Write a program to generate a report that resembles the below.
EXAMINATION REPORT
OBJECT ORIENTED PROGRAMMING
\table[[No.,Student name,Mark,Grade],[1,AAA,88,A],[2,BBB,45,F],[3,CCC,60,C],[dots..,,,]]
Average mark =...
Minimum mark =.
Maximum mark =dots
No. of A=q,
No. of B=dots.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions