suppose that Average is a student's semester average and that final is the student's grade on the final exam. write a statement which assigns a semester average as follows: if Average and Final Are less than 10 points apart, the semester average is the average of the two; otherwise, the semester averafe is the larger of the two.
i have a problem making a code for the statement "if Average and Final Are less than 10 points apart, the semester average is the average of the two".. can someone pls help me.. i need it asap.. I'm kinda new to c++... thanks a lot i would appreciate all the help i can get... :)
all i know is the basic so I'm yet not that familiar with "// && logical AND
/* do something */" and I've tried inserting the code you gave but it has no effect.. any other suggestion?? by the way thanks.. :)