
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Please use C# for this. Thank you soo much!

Transcribed Image Text:KEYBOARD ENTRY EXAMPLE
Sample input and output for keyboard entry:
Note: Your program does NOT have to look the same. The wording and formatting can be
different.
I CAUsersVAdder\source\repos\ConsoleApp70\ConsoleApp70\bin\Debug\ConsoleApp70.exe
Student Semester Calculations
Enter a student id (0 to quit): 867594
Enter the mark for course 1 (out of 100): 98
Enter the mark for course 2 (out of 100): 67
Enter the mark for course 3 (out of 100): 82
Enter the mark for course 4 (out of 100): 75
Student
Course 1
Course 2
Course 3
Course 4
Final
Grade
867594
98
67
82
75
80.5
A
Student 867594 moves on to the next semetser.
Enter a student id (0 to quit): 775599
Enter the mark for course 1 (out of 100): 34
Enter the mark for course 2 (out of 100): 87
Enter the mark for course 3 (out of 100): 69
Enter the mark for course 4 (out of 100): 56
Course 1
Student
Course 2
Course 3
Course 4
Final
Grade
775599
34
87
69
56
61.5 B
Student 775599 moves on to the next semetser.
Enter a student id (e to quit): 88
Enter the mark for course 1 (out of 100): 92
Enter the mark for course 2 (out of 100): 95
Enter the mark for course 3 (out of 100): 78
Enter the mark for course 4 (out of 100): 88
Student
Course 1
Course 2
Course 3
Course 4
Final
Grade
88
92
95
78
88
88.25
A
Student 88 moves on to the next semetser.
Enter a student id (0 to quit): 0
Summary Report
Student with the highest average was 88 with a grade of 88.25
Number of student who are moving on: 3
Number of student who are not moving on: e

Transcribed Image Text:Scenario:
Create an application in C# to process students' end of semester marks. For each student you
must enter into your program the student's id number (an integer), followed by their mark (an
integer out of 100) in 4 courses. A student number of 0 indicates the end of the data. A
student moves on to the next semester if the average of their 4 courses is at least 60 (greater
than or equal to 60).
Write a program to read the data and print, for each student:
The student number, the marks obtained in each course, final mark of the student (average of
all the marks), their final grade (A,B,C,D or F) and whether or not they move on to the next
semester.
In addition, after all data entry is completed, print
• The number of students who move on to the next semester and the number who do
not.
• The student with the highest final mark (ignore the possibility of a tie).
Grades are calculated as follows:
A = 70 and over, B = 60 (inclusive) -70, C= 50(inclusive)-60
D = 40(inclusive)-50, F= less than 40
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps with 2 images

Knowledge Booster
Similar questions
- Do you have the ability to list some of the most prevalent assembly language rules?arrow_forwardA large number of developers create web-based applications with the help of computer languages. Name three of them and describe what they are capable of doing.arrow_forwardWhat are the top two things you should be doing or thinking about while you're trying to learn a new programming language?arrow_forward
- Do you have the ability to list some of the most prevalent assembly language rules?arrow_forwardPlease explain the factors that can lead a designer to choose for a bottom-up approach to development instead of a top-down one. Pythonarrow_forwardPlease explain the factors that can lead a designer to choose for a bottom-up approach to development instead of a top-down one. Pythonarrow_forward
- Please explain the factors that can lead a designer to choose for a bottom-up approach to development instead of a top-down one. Pythonarrow_forwardThank you but Im sorry I forgot to mention its c language.arrow_forwardWhat does it mean to "debug" a computer program, using the jargon of the computer industry?arrow_forward
- Im creating a Web page that calculates a tip, total bill, and splits the bill based on user info. Javascript. See instructions.arrow_forwardPlease give me the html code of this programarrow_forwardWhat is an excellent example of some Python code that can be used to create an application?arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON

Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY