+ 1
Code coach problem
Average word length c++ code not working https://sololearn.com/compiler-playground/clBb6D4C89ST/?ref=app
4 Respuestas
+ 3
the task instruction asks you to
"Remove all punctuation. Round up to the nearest whole number."
+ 3
**Round up** is like ceiling rounding. So 5.2 would become 6.
0
Lisa What is output if we round 5.20 to the nearest whole number?
0
Let me try again