Question: write a program in c++ that asks the user for a decimal. the program then tells the user the whole number that is than the
write a program in c++ that asks the user for a decimal.
the program then tells the user the whole number that is <= to the number entered and the whole number > than the number entered for example if the user enters 6.5 output would be 6 and 7 and for example if the user enters 5.0 output would be 5 and 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
