/****************************************************************************** Welcome to GDB Online. GDB online is an online compiler and debugger tool for C, C++, Python, PHP, Ruby, C#, VB, Perl, Swift, Prolog, Javascript, Pascal, HTML, CSS, JS Code, Compile, Run and Debug online from anywhere in world. *******************************************************************************/ #include <stdio.h> #include<iostream> using namespace std; int main() { int a; cout<< "Enter last 4 digit of your enrollment "; cin >>a; if(a==1017) cout<<"your name is dheeraj\nyour father name is mr.Bhagirat paswan \n and your date of birth is 7/7/2001 "; else if (a==1002) cout<<"your name is Adity Davande \nyour fathe namer is Promod dawande\nyour from BIRT"; else if (a==1003) cout<<"your enrollment is 0173CS201003 \nyour name is altmash khan \nyour father name is Ashif khan\nyou are for BIRT"; else if (a==1004) c...