#include #include using namespace std; main(){ char fixedPwd[]="zxc"; char username[50]={0}; char pass[50]={0}; char name[50]={0}; char position[50]={0}; char s1[100]={0}; char s2[100]={0}; char choice; char retry; int matchpass; cout<<"SAVVY TECH COMPANY"<>choice; switch(choice){ case'A':case'a': while(1){ if(retry=='Y' || retry=='y'){ cout<<"--------------------------------"<>retry; strcat(s1," "); strcat(s1,name); cout<>retry; } } break; default:cout<<"Not yet implemented!"<