Need help with this code:Couple things I noticed 1) before you can average your grade I recommend getting the grades first. ...
Problem with code outputhmm sorry working off my phone here so cant try anything. You can always change it back to a float a...
Problem with code outputchange grades to a double instead of a float.
Cant Find the ErrorIt is because you have two different if statments essentially. One says if under 10 do this one s...
how to delete element in an arrayI recommend using std::vector for this. Arrays sizes are determined and unchangeable upon compile. ...
This user does not accept Private Messages