It execute well but not looping#include<iostream> using namespace std; struct Employee{ char name [25]; float rate, daysWor...