-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExit.java
32 lines (24 loc) · 1.29 KB
/
Exit.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/**
* Write a description of class Exit here.
*
* @author (your name)
* @version (a version number or a date)
*/
import java.io.*;
public class Exit
{
void exit()throws IOException
{
Graphics gh=new Graphics();
gh.HomePage();
System.out.println("___________________________________________________________________________"+"\n"+"\n"+
"BYEEEEE........!!!!See u soooooon........"+"\n"+
"---------------------------------------------------------------------"+"\n"+"\n"+"\n"+
" Special thanx to---Mr. Ujjawal Sir "+"\n"+
" Spring Fields College.."+"\n"+
" Moradabad, India..."+"\n"+"\n"+"\n"+"\n"+
" Presented by ScKorpio------------"+"\n"+
" Thank u......................"+"\n"+
"_____________________________________________________________________________");
}
}