Question: 4. (10 marks) Implement the following code: #include int main(void) float MyNum=0; int j; printf(Please enter a number); fflush(stdin); scanf(%f, &MyNum); j = (int) (MyNum*100.0
4. (10 marks) Implement the following code: #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
