Problems
Write a program that declares an integer variable and assigns 50 to it, declares a floating-point variable and assigns 100.12 to it, and then outputs as follows.
(The result should be rounded to the nearest whole number)
Input
※ This problem has no input.
Example
100.12 * 50 = 5006
Source
자기주도C언어프로그래밍