-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInformation.java
More file actions
143 lines (107 loc) · 7.09 KB
/
Information.java
File metadata and controls
143 lines (107 loc) · 7.09 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
import java.io.*;
import java.util.*;
class Information extends Headertop
{
public static void info(String code)throws Exception
{
clearcls();
head("INFORMATION MENU");
if(code.equals("ENG")==true)
{
System.out.println("ENGINEERING");
System.out.println("It is a branch of Science and Technology concerned with the design,building ");
System.out.println("and use of engines,machines and structures");
System.out.println("Engineers are people who invent,design,analyse,build and test machine systems,");
System.out.println("structures and materials.");
System.out.println("Engineering is the application of mathematics,science,economics and social and");
System.out.println("practical knowledge. Look around you! Almost everything is the hardwork of an Engineer.");
System.out.println("So if you love problem-solving and you are eager to know how things work.");
System.out.println("Then yes,Engineering is for you!!");
System.out.println("\n\n\n");
System.out.println("ELIGIBILITY FOR ENGINEERING");
System.out.println("A 12th pass if the basic qualification required for an engineering degree.");
System.out.println("Science students are only eligible to have admission.");
System.out.println("Moreover such students should have studied math as an optional subject.");
System.out.println("Admission criteria are based on entrance tests conducted on an all India basis or at state level.");
System.out.println("The most prefered entrance tests are JEE Main and Advanced.\n");
System.out.println("Wishing you all the best our future Engineer!!!");
}
if(code.equals("MED")==true)
{
System.out.println("MEDICINE");
System.out.println("Medicine is a noble profession and has been there for ages.");
System.out.println("From the Hakims to Vaidyas, the field of medicine of mmedicine has come a long way");
System.out.println("to specialised areas which are intense,exhasustive and cricial to the understanding of the human body.");
System.out.println("Being a doctor is not only a job of extreme responsibility,but it also requires hardwork");
System.out.println("and dedication coupled with the desire to help mankind heal in the best possible way.");
System.out.println("\n\n\n");
System.out.println("ELIGIBILITY FOR MEDICINE");
System.out.println("To start with,one has got to have a strong commitement when one decides to become a doctor.");
System.out.println("A thorough understanding of subjects like Physics,Chemistry and Biology at class 12 level is a must.");
System.out.println("There are several entrance exams for the selection of candidates for the seats of MBBS");
System.out.println("in medical colleges all over India. Of these, the prominent ones are the AIPMT,AIIMS,NEET,etc.");
System.out.println("The road to becomig a doctor is a challenging but rewarding one.\n");
System.out.println("So take on the journey, if you are a warrier of the healing powers.");
}
if(code.equals("MNG")==true)
{
System.out.println("MANAGEMENT");
System.out.println("Individuals who are skilled at managing and directing many people and tasks simultaniously");
System.out.println("are well-suited to this career.");
System.out.println("If we define discipline as an important area of focus for the work environment,");
System.out.println("then management is most definetely a discipline.");
System.out.println("There are different types of managers...");
System.out.println("Computer and Information Systems Manager,Marketing manager,Financial manager, just to name a few.");
System.out.println("\n\n\n");
System.out.println("ELIGIBILITY FOR MANAGEMENT");
System.out.println("Management skills overlap with leadership,as both involve problem-solving,deision-making,");
System.out.println("planning,delegation,communication,and time management.\n");
System.out.println("Good managers are often good leaders.All the best Leader!!!");
}
if(code.equals("DES")==true)
{
System.out.println("DESIGNING");
System.out.println("Designing is for the art lover. Your imagination must run wild.");
System.out.println("Designing is the career for the creative-minded. There are differednt carrers in the design");
System.out.println("field, like a Graphic designer, photographer, Interior designer, Fashion designer,etc.");
System.out.println("\n\n\n");
System.out.println("ELIGIBILITY FOR DESIGNING");
System.out.println("Training in art typically covers the composition and design.");
System.out.println("A carrer in the field of art and design can mean working as a photographer or maybe");
System.out.println("a fashion designer or interior designer.");
System.out.println("It may be possible to begin a carrer as aphotographer with no postsecondary training,");
System.out.println("but Designers and an art teacher nedd a bachelor's degree.\n");
System.out.println("So get started and splash that canvas from your creative side!!!");
}
if(code.equals("LAW")==true)
{
System.out.println("LAW");
System.out.println("The ambition to enter the legal profession is usually drawn from inspiration");
System.out.println("or because they feel drawn by the idea that one person can truly make a difference.");
System.out.println("Law for a layman,means a system of rules and guidelines,leagally enforcable.");
System.out.println("From Mahatma Gandhi to Barack Obama,the list of luminaris who have used this profession");
System.out.println("as a stepping stone to greatness runs long and wide");
System.out.println("\n\n\n");
System.out.println("ELIGIBILITY FOR LAW");
System.out.println("The legal profession looks attractive enough,but what kind of a person would make a great lawyer?");
System.out.println("Good communication skills are a given-both oral and written.");
System.out.println("But the most important skill remains Logical Reasoning,you will have to come to your own conclusions.");
System.out.println("So if you are smart,presentable and not scared to voice your opinion,law is definetely a carrer you should consider.\n");
System.out.println("Go show the world what you can do!!!");
}
if(code.equals("JOU")==true)
{
System.out.println("JOURNALISM");
System.out.println("Today journalism as a career stands not only for a prestigious profession but also");
System.out.println("for a challenging carrer option.");
System.out.println("Journalists play a key role in the growth of any nation.");
System.out.println("The core pourpose of journailism is tyo inform,educate and enlighten the masses on various issues revolving them.");
System.out.println("\n\n\n");
System.out.println("ELIGIBILITY FOR JOURNALISM");
System.out.println("Journaism aspirants need to have a bachelor's degree in either Communication or Journalism.");
System.out.println("All Journalism majors take courses in editing,journalistic ethics,reporting,feature writing,photojournalism and communication.");
System.out.println("You will need the ability to make people feel relaxed when you speak to them.\n");
System.out.println("If you really feel drawn to this carrer then you might as well go for it!");
}
}
}