Make a C program????//

Newbie Member
15Apr2008,12:05   #1
dogar sahab's Avatar
Write a C program that takes a floating point number from the user and prints the rightmost digit of the number as well as prints the rightmost digit of the integral???
e.g
if the input is
32.145
the output on the screen should be
5
2