#include using namespace std; int main() { //converts day (in numeric form) to day of the week cout<<"Enter day of the week in number form :"; int day; cin>>day; //error checking if( day <=0 || day > 7) { cout<<"Error. Converting to valid value."<