Hey guys. I am trying to write a program that approximates certain values to a grade, but whenever I put a value below 4 I always get an output of A+. What's am I missing?


public class Grade
{...