
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

Transcribed Image Text:1. Create a program to input grades in percentage and output its numerical equivalent
and remark. Use the following table:
Percentage
Grade
Numerical
Remarks
Equivalent
97 – 100
1.00
Excellent
94 – 96
1.25
Excellent
Very Good
Very Good
91 - 93
1.50
88 – 90
1.75
85 - 87
2.00
Good
83 - 84
2.25
Good
80 - 82
2.50
Fair
78 - 79
2.75
Fair
75 - 77
3.00
Passed
70 - 74
4.00
Conditional
Below 70
5.00
Failed
Valid input integer is from 50% to 100% only. Output "Invalid Input Grade" if
the inputted grade is not within the range.
Screen Layout/output:
Input Grade in Percentage (%)
: 999
Equivalent Numerical Grade
: 9.99
Remarks
: XXXXXXXXXX
Create a program to input not more than four digit integer and display ho w many
Expert Solution

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

Knowledge Booster
Similar questions
- ii) In C programming language, write a program to input a floating-point number and the number of digits to be printed after decimal in the output. Then print the entered number upto entered digits after decimal in the output.arrow_forward#include using namespace std; int main() { int i = 10; do { cout <« i << " "; ++i; } while (i <= 5); return 0; }arrow_forward
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