Computer Science, asked by drraghu, 9 months ago

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 rahul1644
0

Answer:

the program is given in the image sent

Attachments:
Similar questions