I need help rounding the grade average from the grade calculator. For instance from like 25.5 to 26 and from 25.4 to 25. Also, I need help printing a letter grade from your average.
Here is what i have so far:
#!/usr/bin/perl
print "Content-type:text/html\n\n";
use CGI ':standard'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.