#include using namespace std; int main() { float n = 143.0f; cout << n << endl; return 0; }
The value 143 is printed because of its precision.
Previous Question Next Question
Your comments will be displayed only after manual approval.