Page not loading? Try clicking here.
Placeholder

#108
Language restricted

Input - Formative Assessment 3 1s - MB

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언어프로그래밍

You must sign in to write code.