| Title | Converting the Letter Grade of a Student to Its Numeric Range |
| Catalog Type | SLCItem |
| Persistent ID | https://acos.cs.vt.edu/html/acos-pcex/acos-pcex-examples/ifelse_if_else_if_grade__68bdb309f6cc3d7a9cc09769?index=1 |
| Platform Name | PCEX |
| Features | — |
| Description | Construct a program that receives a grade from the user and prints the numeric range for that grade using the following grading rules:\nA for scores ≥ 90\nB for scores ≥ 80\nC for scores ≥ 70\nD for scores ≥ 60\nF for scores < 60\nFor example, if the user enters the grade D, the program prints "Score is in range [60-70)". |
| Keywords | — |
| Author | Mohammad Hassany |
| Institution | University of Pittsburgh |
| Iframe URL | https://acos.cs.vt.edu/html/acos-pcex/acos-pcex-examples/ifelse_if_else_if_grade__68bdb309f6cc3d7a9cc09769?index=1 |
| Protocol | SPLICE |
| Protocol URL | |
| License | MIT |
| Programming Language | JAVA |
| Natural Language | en |