Question: write a C++ program that extracts and prints the rightmost digit of the integral portion of a float.(hint:use static_cast and % operator) ex: input:123.5 output:the
write a C++ program that extracts and prints the rightmost digit of the integral portion of a float.(hint:use static_cast and % operator) ex: input:123.5 output:the rightmost digit is 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
