I need help with a code in C ++, the exercise asks me to do a calculation, if the result is, for example 1.57, in the output it should show 1.5, (the variable can be float or double) without making the rounding.
#include <iostream>
#incl...
asked by
07.08.2017 / 19:31