C++ SIMPLE PROJECT FOR STORYING RECORDS OF STUDENTS POST COMMENT FOR ANY ERROR OR IF YOU HAVE ANY PROBLEM WITH THE CODE #include<iostream> #include<windows.h> using namespace std; int main() { string name[3]; int id[3] ; int count=0; int z; int y; int ch; int k; int roll; int c; int dd; char yy; cout<<"*************************WELLCOME TO DATABASE SYSTM*********************"<<endl; while(1) { cout<<"\t\tpress 1 for entry "<<endl; cout<<"\t\tpress 2 for full data display "<<endl; cout<<"\t\tpress 3 changing : "<<endl; c...