2.4 Code Practice: Question 2 Write a program that accepts a number as input, and prints just the decimal portion. Example: Enter a number: 15.789 Output: 0.789 Hint: Make sure to account for negative numbers!