Write a program to accept a double number and print its integer and decimal part separately.
Expected Output :
Input double: 72.53
Output: Integer Part: 72
Decimal Part :0.53
Answers
Answered by
0
Answer:
the program is given in the image sent
Attachments:
Similar questions