coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 165 Exercise 4.36: #14

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Assuming i is an int and d is a double write the expression i *= d so that it does integral, rather than floating-point, multiplication.