Answered step by step
Verified Expert Solution
Question
1 Approved Answer
SE 185, Spring 2020 One submission per group (2/3 students) SE185: Problem Solving in Software Engineering Class Activity #3 (100 points) Name: Name: Name: 1.
SE 185, Spring 2020 One submission per group (2/3 students) SE185: Problem Solving in Software Engineering Class Activity #3 (100 points) Name: Name: Name: 1. Write a program to print the grade letter for SE 185 given the percentage grade. You should ask the student to enter his grade then you should print his grade letter. For example, if the student entered 97, your program should output ==> Your grade letter is A. . Make sure that the student is not entering a grade less than 0 or greater than 100. You can use our course grading scale which is pasted below or can be found in the syllabus. Note 1: you must submit in group. One submission per group Note 2: you must submit the source code (.c file) and the pdf file on Canvas Grading Scale 93 - 100 = A 90 - less than 93 = A- +HHH H +++++ + ++++++++++ 87 -- less than 90 = B+ 83 - less than 87=B 80 - less than 83 = B- +HHHHHHH++++++++++ 77 - less than 80 = C+ 73 - less than 77=C 70 - less than 73 = C- +++++++++++HHH 67 - less than 70 = D+ 63 - less than 67 =D 60 - less than 63 =D- ++++++++++++++++++ 0-less than 60 = F Page 1 of 1
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started