I dont get how rounding numbers up to certain decimal places I looked everywhere tried every thing
currently I have my program to round up to a whole number with
double rACT = Math.ceil(ACT);
double rSAT = Math.ceil(SAT);
double rGPA = Math.ceil(GPA);
but i need it to round up to 2 decimal places
FYI - I am an High school student I really dont need something super complicated to do this cuz I need my methods to be less then 15 I can waste any lines