-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweek23.cpp
More file actions
15 lines (15 loc) · 732 Bytes
/
Copy pathweek23.cpp
File metadata and controls
15 lines (15 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include<iostream>
using namespace std;
main()
{
cout<< " **************************************** " << endl;
cout<< " ** ** " << endl;
cout<< " ** ** " << endl;
cout<< " ** ** " << endl;
cout<< " ** University Admission ** " << endl;
cout<< " ** Management System ** " << endl;
cout<< " ** ** " << endl;
cout<< " ** ** " << endl;
cout<< " **************************************** " << endl;
system("color 07");
}