Problem:
Question- Write a class called number to reverse an unsigned integer.For example,5678 should be written as 8765 Write the program by using only while statement and rewrite by using only for statement and rewrite by using only do while statement. Program should be like number.h number.cpp and numbertest.cpp.
Write the code step by step and explain it.