212k views
4 votes
Write a program to ask the user for a number that includes a decimal point. Then display the integer part of the number (the part of the number to the left of the decimal point) and the decimal part of the number (the part of the number to the right of the decimal point, including the decimal point).

Follow the 3 steps in the Information Processing Cycle - Input, Processing, and Output. Do not format the output to any number of decimal places, and don't forget the ending punctuation.
Have a blank line at the end of your program to separate the last line of output from your program from the "Press any key to continue . . .", and do this for all programs that you write.
Example Run #1
(bold type is what is entered by the user)
Enter a number that includes a decimal point: 123.456
The integer part of 123.456000 is 123.
The decimal part of 123.456000 is 0.456000.
The example run shows EXACTLY how your program input and output will look.

User NightMICU
by
3.9k points

1 Answer

3 votes
by dividing t x 7 youll get 728.2000 and when you plug that number into the power of 4 you get “E” So i dont even know the answer man
User Umar Arshad
by
3.7k points