Closed coder52 closed 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.
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.