write a C++ program using FOR loop and an If-Else statement that performs the following tasks:
Sometimes in programming, there may be a need to run a block of code repeatedly. In general, the programming statements are executed in ord...
Sometimes in programming, there may be a need to run a block of code repeatedly. In general, the programming statements are executed in ord...