I just started learning C++ through a class in college and we are on loops right now. We started with this simple program.



#include <iostream>
using namespace std;

int main()
{
int...