import java.util.Scanner;
public class Main {
public static void main(String[] args) {
System.out.println("\n\t\t\t>>> Welcome to Kalasalingam career plans <<<");
System.out.println("\t\t\t *** JAVA MINI PROJECT ***");
System.out.println("\t\t\t >>> CAREER ANALYSIS SYSTEM <<<\n");
Scanner in = new Scanner(System.in);
System.out.println("Enter your name :");
String name = in.nextLine();
Scanner in1 =new Scanner(System.in);
System.out.println("Enter your Date of Birth :");
String age = in1.nextLine();
Scanner a = new Scanner(System.in);
System.out.println("Enter your email ID :");
String mail = a.nextLine();
System.out.println("Enter the phone number :");
long phone = in.nextLong();
System.out.println("Address :");
Scanner Address = new Scanner(System.in);
String Add = Address.nextLine();
System.out.println("Enter your pin code :");
int pin = in.nextInt();
System.out.println("Choose your Qualification \n 1 --> 10th class \n 2 --> 12th class \n 3 --> under Graduation ");
int opt = in.nextInt();
if (opt == 1){
ten_class a5=new ten_class();
a5.tenth_class();
}
else if (opt == 2){
Intermediate a6=new Intermediate();
a6.Inter();
}
else if (opt == 3){
Graduation a7=new Graduation();
a7.Gradu();
}
else {
System.out.println("invalid option!");
}
System.out.println("\nThis mini project done by : " +
"\n--> IMMADISETTY BALA VENKATA RAMA SAI - 9920004051" +
"\n--> PENDYALA RAJA YASWANTH - 992000103" +
"\n--> JINKA THE AVIRAJ - 9920004055" +
"\n\n Guide:" +
"\n Dr.SURYA SELWIN madam");
}
}
import java.util.Scanner;
public class ten_class {
public void tenth_class(){
Scanner ten = new Scanner(System.in);
System.out.println("Enter your school name : ");
String School = ten.nextLine();
System.out.println("choose any one option \n 1--> Pass \n 2--> Fail");
int opt_10=ten.nextInt();
if (opt_10==1) {
Scanner pass_10 = new Scanner(System.in);
System.out.println("Enter your score :");
double score_10 = pass_10.nextDouble();
System.out.println("you are interested to do: \n 1 -->further study \n 2 -->job");
int op = ten.nextInt();
if (op == 1) {
System.out.println("choose an option: \n1.Intermediate \n2 Diploma \n3.polytechnic \n4.paramedical courses \n5.ITI courses");
int a1 = ten.nextInt();
switch (a1) {
case 1: {
System.out.println("Intermediate is a General course which gives you the flexibility to do various graduation courses along with Engineering and Medical. " +
"\nMost of the schools and colleges accept all Class 10th passed students for enrolling in the Intermediate course. " +
"\nIf you opt to do Intermediate after class 10th then you will have several career paths. \n" +
"There are 5 groups mainly in Intermediate \n MPC - Maths Physics Chemistry for engineering roles \n BiPC - Biology Physics Chemistry for medical roles\n CEC - Commerce Economics Civics for business roles" +
"\n MEC - Mathematics Economics Commerce for business roles \n HEC - History Economics Civics for arts ");
break;
}
case 2: {
System.out.println("Unlike Intermediate Courses, Diploma courses are specialized courses in a particular technical field. " +
"\nFor most of the college offering diploma courses, you should score a minimum of 50% marks to be eligible to do diploma courses." +
"\nIf you chose to do diploma courses after class 10th then " +
"\nyou will have several career path to follow such as:\n Diploma in Engineering\n" +
"Diploma in Hotel Management\n" +
"Diploma in Journalism\n" +
"Diploma in Education\n" +
"Diploma in Photography\n" +
"Diploma in Psychology\n" +
"Diploma in Elementary Education\n" +
"Diploma in Digital Marketing\n" +
"Diploma in Fine Arts\n" +
"Diploma in English\n" +
"Diploma in Fashion Designing\n" +
"Diploma in Graphic Designing\n" +
"Diploma in Web Development\n" +
"Diploma in Web Designing\n" +
"Diploma in Game Designing\n" +
"Diploma in Bakery & Confectionery\n" +
"Diploma in Hotel Reception & Book Keeping\n" +
"Diploma in Food Technology\n" +
"Diploma in Information Technology\n" +
"Diploma in Makeup and Beauty\n" +
"Diploma in Event Management\n" +
"Diploma in Business Management\n" +
"Diploma in Marine Engineering\n" +
"Diploma in Animation\n" +
"Diploma in Textile Designing\n" +
"Diploma in Leather Designing\n" +
"Diploma in Textile Engineering ");
break;
}
case 3: {
System.out.println("Admissions in polytechnic courses is through entrance examinations held by the state boards of technical education as well.\n" +
"The Polytechnical courses are : \n Diploma in Mechanical Engineering\n" +
"Diploma in Civil Engineering\n" +
"Diploma in Electrical Engineering\n" +
"Diploma in Computer Engineering\n" +
"Diploma in Electronics & Communication Engineering\n" +
"Diploma in Automobile Engineering\n" +
"Diploma in Aerospace Engineering\n" +
"Diploma in Biotechnology Engineering");
break;
}
case 4: {
System.out.println("Diploma courses after 10th in the paramedical range from healthcare up to technical field and the courses last from 6 months to 2 years is know as paramedical courses" +
"\n paramadical courses are :\nDiploma in hearing language and speech\n" +
"Diploma in Operation Theatre Technology \n" +
"Diploma in Medical Laboratory Technology\n" +
"Diploma in X-Ray Technology \n" +
"Diploma in Ophthalmic technology\n" +
"Diploma is ECG technology\n" +
"Diploma in physiotherapy \n" +
"Diploma in Radiography and Medical Imaging\n" +
" Diploma in anaesthesia technology\n" +
"Diploma in Dialysis Technology \n" +
"Diploma in Nursing Care Assistance \n" +
"Diploma in Medical Record Technology \n" +
"Diploma in Sanitary Inspection");
break;
}
case 5: {
System.out.println("Candidates seeking short-term job-oriented courses after passing class 10 board exams can apply for ITI courses after 10th class \n the ITI courses" +
"\nTool and Die Maker Engineering\n" +
"Draughtsman (Mechanical) Engineering\n" +
"Diesel Mechanic Engineering\n" +
"Fitter Engineering\n" +
"Motor Driving-cum-Mechanic Engineering\n" +
"Turner engineering\n" +
"Dress making\n" +
"Information Technology & E.S.M. Engineering\n" +
"Secretarial Practice\n" +
"Machinist Engineering\n" +
"Fruit and Vegetable Processing\n" +
"Mechanical Instrument Engineering\n" +
"Bleaching and Dyeing Calico Print\n" +
"Electrician Engineering\n" +
"Letterpress Machine Mender");
break;
}
default: System.out.println("Invalid Option !");
}
} else if (op == 2) {
System.out.println("Enter your age:");
int age = ten.nextInt();
if (age>=18 & age<=65) {
System.out.println("The Jobs after 10th pass students are : \n constable" +
"\n Home Guards \n Driver \n Conductor \n Lift Operator \n Bus Driver" +
"\n Painter \n Forest Guard \n Sales man \n Sales Manager \n post man \n Staff nurse \n LIC agent");
}
else {
System.out.println("Sorry user! You are not eligible for doing job in accordance with the Constitution of India");
}
} else {
System.out.println("Invalid Option!");
}
}
else if (opt_10 == 2){
System.out.println("Enter your age:");
int age = ten.nextInt();
if (age>=18 & age<=65){
System.out.println("The Jobs for 10th fail students are : " +
"\n House Builder \n Driver \n Conductor \n Lift Operator \n Bus Driver" +
"\n Painter \n Forest Guard \n Sales man \n\t\t\tor\nSince your qualification is not that high," +
" we will suggest you to gain some practical experience \nlike in electrical work, plumbing, mechanical work," +
" \nas an office assistant, as a computer operator, etc for 6-12 months (like work without charging or do a practical certificate course)" +
" \nand then search the job");
}
else {
System.out.println("Sorry user! You are not eligible for doing job in accordance with the Constitution of India");
}
}
else{
System.out.println("Invalid Option!");
}
}
}
import java.util.Scanner;
public class Intermediate {
public void Inter(){
Scanner ten = new Scanner(System.in);
System.out.println("Enter your College name : ");
String School = ten.nextLine();
Scanner pass_10 = new Scanner(System.in);
System.out.println("Enter your score :");
double score_10 = pass_10.nextDouble();
System.out.println("you are interested to do: \n 1 -->study \n 2 -->job");
int op = ten.nextInt();
if (op == 1) {
System.out.println("choose an option which stream are you coming from : \n1.Science \n2 Arts \n3.Commerce");
int a1 = ten.nextInt();
switch (a1) {
case 1: {
System.out.println(" choose your subjects: \n 1 -> Maths Physics Chemistry \n 2-> Biology Physics Chemistry \n 3-> Maths Biology Physics Chemistry");
int a3 = ten.nextInt();
switch (a3){
case 1:{
System.out.println("After completing 12th with science stream, there are a variety of options available for an undergraduate course." +
"\n Students who have an interest in technical learning, they can choose engineering courses and the rest can choose from the courses listed below. \nBE/B.Tech- Bachelor of Technology\n" +
"B.Arch- Bachelor of Architecture\n" +
"BCA- Bachelor of Computer Applications\n" +
"B.Sc.- Information Technology\n" +
"BPharma- Bachelor of Pharmacy\n" +
"B.Sc- Interior Design\n" +
"Animation, Graphics and Multimedia\n" +
"B.Sc- Applied Geology\n" +
"BA/B.Sc. Liberal Arts\n" +
"B.Sc.- Physics\n" +
"B.Sc. Chemistry\n" +
"B.Sc. Mathematics " +
"\n Do your bachelor's degree in best colleges. write JEE Mains, JEE Adv exam to get seat in IITs,NITs \n For top college click the below link \n " +
"https://engineering.careers360.com/colleges/ranking");
break;
}
case 2:{
System.out.println("You can do this courses: \n" +
"B.Sc- Nursing\n" +
"BPharma- Bachelor of Pharmacy\n" +
"B.Sc- Interior Design\n" +
"BDS- Bachelor of Dental Surgery\n" +
"Animation, Graphics and Multimedia\n" +
"B.Sc. – Nutrition & Dietetics\n" +
"BPT- Bachelor of Physiotherapy\n" +
"B.Sc- Applied Geology\n" +
"BA/B.Sc. Liberal Arts\n" +
"B.Sc.- Physics\n" +
"B.Sc. Chemistry\n" +
"You can opt for a Bachelor’s degree in Science, Physics or Chemistry according to your interest."+
"\n Do your bachelor's degree in best colleges. write NEET, JIPMER exam to get free MBBS seats in AIIMS \n For top colleges click the below link \n " +
"https://medicine.careers360.com/colleges/ranking");
break;
}
case 3:{
System.out.println("You can do this courses \nBE/B.Tech- Bachelor of Technology\n" +
"B.Arch- Bachelor of Architecture\n" +
"BCA- Bachelor of Computer Applications\n" +
"B.Sc.- Information Technology\n" +
"BPharma- Bachelor of Pharmacy\n" +
"B.Sc- Interior Design\n" +
"Animation, Graphics and Multimedia\n" +
"B.Sc- Applied Geology\n" +
"BA/B.Sc. Liberal Arts\n" +
"B.Sc.- Physics\n" +
"B.Sc. Chemistry\n" +
"B.Sc. Mathematics " +
"\n Do your bachelor's degree in best colleges. write JEE Mains, JEE Adv exam to get seat in IITs,NITs \n For top engineering college click the below link \n " +
"https://engineering.careers360.com/colleges/ranking" +"\nwrite NEET, JIPMER exam to get free MBBS seats in AIIMS \n For top medical colleges click the below link \n " +
"https://medicine.careers360.com/colleges/ranking");
break;
}
default:System.out.println("Invalid Option! 1");
}
break;
}
case 2: {
System.out.println("they will have less career opportunities than science and commerce, but after completing 12th from arts,\n there is a list of courses which will provide you good career opportunities.\n" +
"\n" +
"BBA- Bachelor of Business Administration\n" +
"BMS- Bachelor of Management Science\n" +
"BFA- Bachelor of Fine Arts\n" +
"BEM- Bachelor of Event Management\n" +
"Integrated Law Course- BA + LL.B\n" +
"BJMC- Bachelor of Journalism and Mass Communication\n" +
"BFD- Bachelor of Fashion Designing\n" +
"BSW- Bachelor of Social Work\n" +
"BBS- Bachelor of Business Studies\n" +
"BTTM- Bachelor of Travel and Tourism Management\n" +
"Aviation Courses\n" +
"B.Sc- Interior Design\n" +
"B.Sc.- Hospitality and Hotel Administration\n" +
"Bachelor of Design (B. Design)\n" +
"Bachelor of Performing Arts\n" +
"BA in History\n");
break;
}
case 3: {
System.out.println("Students who want to learn about financial and management, can opt commerce stream after 10th. " +
"\nFor commerce students, mathematics is an optional subject, thus students who have an interest in mathematics \nbut do not want to go with science stream can take commerce with maths.\n" +
"\n" +
"B.Com- Bachelor of Commerce\n" +
"BBA- Bachelor of Business Administration\n" +
"B.Com (Hons.)\n" +
"BA (Hons.) in Economics\n" +
"Integrated Law Program- B.Com LL.B.\n" +
"Integarted Law Program- BBA LL.B");
break;
}
default: System.out.println("Invalid Option !");
}
} else if (op == 2) {
System.out.println("Enter your age:");
int age = ten.nextInt();
if (age>=18 & age<=65){
System.out.println("choose an option which stream are you coming from : \n1.ARTS \n2 SCIENCE \n3.COMMERCE");
int a2 = ten.nextInt();
switch (a2){
case 1:{
System.out.println("The jobs for ARTs students are : \n Accountant \n Financial Analyst and Advisor\n" +
"Investment Banking Analyst\n Chartered Accountant\n Company Secretary\n Human Resources\n " +
"Tax Auditor and Consultant\n Event Manager\n Entrepreneur \n Banking jobs \n OR \n" +
"Since your qualification is not that high, we will suggest you to gain some practical experience " +
"\nlike in electrical work, plumbing, mechanical work, as an office assistant, as a computer operator, etc\n" +
" for 6-12 months (like work without charging or do a practical certificate course) and then search the job or start your own business.\n" +
" You have to see what you are good at and accordingly opt for the stream. Like some people are not formally educated but they are good in arts" +
" \nlike singing, painting, dancing or sports. " +
"\nThey can start coaching children in the subject of their strength. So you can decide accordingly.");
break;
}
case 2: {
System.out.println("The jobs for SCIENCE students are : \n Teacher \n Data Operator \n Sales Manager \n Government clerks \n LIC agent " +
"\n Head constable \n receptionist \n computer operator \n Data Entry \n real estate \n OR \n" +
"Since your qualification is not that high, we will suggest you to gain some practical experience " +
"\nlike in electrical work, plumbing, mechanical work, as an office assistant, as a computer operator, etc\n" +
" for 6-12 months (like work without charging or do a practical certificate course) and then search the job or start your own business.\n" +
" You have to see what you are good at and accordingly opt for the stream. Like some people are not formally educated but they are good in arts" +
" \nlike singing, painting, dancing or sports. " +
"\nThey can start coaching children in the subject of their strength. So you can decide accordingly.");
break;
}
case 3:{
System.out.println("The jobs for COMMERCE students are : \n Content Writer/Blogger \n SEO Analyst \n Fashion/Interior Designer "+
" \n Creative Director/Media Manager/Journalist \n Growth Hacker \n Social Worker \n Wildlife Photography \n Social Media Manager\n OR \n" +
"Since your qualification is not that high, we will suggest you to gain some practical experience " +
"\nlike in electrical work, plumbing, mechanical work, as an office assistant, as a computer operator, etc\n" +
" for 6-12 months (like work without charging or do a practical certificate course) and then search the job or start your own business.\n" +
" You have to see what you are good at and accordingly opt for the stream. Like some people are not formally educated but they are good in arts" +
" \nlike singing, painting, dancing or sports. " +
"\nThey can start coaching children in the subject of their strength. So you can decide accordingly.");
break;
}
default:System.out.println("Invalid option!");
}
}else {
System.out.println("Sorry user! You are not eligible for doing job in accordance with the Constitution of India");
}
} else {
System.out.println("Invalid Option!");
}
}
}
import java.util.Scanner;
public class Graduation {
public void Gradu(){
Scanner ten = new Scanner(System.in);
System.out.println("Enter your College/university name : ");
String School = ten.nextLine();
Scanner pass_10 = new Scanner(System.in);
System.out.println("Enter your score :");
double score_10 = pass_10.nextDouble();
System.out.println("you are interested to do: \n 1 -->study \n 2 -->job");
int op = ten.nextInt();
if (op == 1) {
System.out.println("choose an option which stream are you coming from : \n1.Technical Science Graduates \n2 Arts graduates \n3.Commerce gradutes \n4.Medical Science Graduates");
int a1 = ten.nextInt();
switch (a1) {
case 1: {
System.out.println("Choose your department in B.Tech : \n1.Computer Science and Engineering\n2.Information Technology\n3.Industrial Engineering\n" +
"4.Software Engineering\n5.Mechanical Engineering\n6.Electronics and communication Engineering\n7.Computer Science\n8.Aerospace Engineering\n" +
"9.Electronics Engineering\n10.Architecture Engineering");
int a3 = ten.nextInt();
switch (a3){
case 1:{
System.out.println("For securing admission to any of the master’s program in Computer Science and Engineering, " +
"\nthe aspirants should have successfully completed bachelor degree in their subjects with a minimum aggregate of 60%. " +
"\nFor the various Master of Technology (M.Tech) courses, the candidate should have a valid GATE score.\n"+
"Higher study options after B.Tech Computer Science:\n" +
"Master of Technology in Computer Science\n" +
"Master of Technology in Information Technology\n" +
"Master of Technology in Information Security\n" +
"Master of Technology in Software Engineering\n" +
"Master of Technology in Distributed Computing\n" +
"Master of Technology in Image Processing\n" +
"Master of Technology in Industrial Management\n" +
"Master of Technology in Network Engineering\n" +
"Master of Technology in Software analysis Engineering\n" +
"Master of Technology in Electronics\n" +
"Master of Technology in VLSI System Design\n" +
"Master of Technology in Robotics\n" +
"Master of Technology in Nano Technology\n" +
"Master of Technology in Signal Processing\n" +
"Master of Technology in Electronic Instrumentation\n" +
"Master of Business Application (MBA)\n" +
"M.Phil in Advanced Computer Science\n" +
"M.Phil in Computer Science and Information Technology\n" +
"Master of Science (MS) in Computer Science\n" +
"Doctor of Philosophy (Ph.D)");
break;
}case 2:{
System.out.println("For securing admission to any of the master’s program in Information Technology, " +
"\nthe aspirants should have successfully completed bachelor degree in their subjects with a minimum aggregate of 60%. " +
"\nFor the various Master of Technology (M.Tech) courses, the candidate should have a valid GATE score.\n"+
"Higher study options after B.Tech Computer Science:\n" +
"Master of Technology in Computer Science\n" +
"Master of Technology in Information Technology\n" +
"Master of Technology in Information Security\n" +
"Master of Technology in Software Engineering\n" +
"Master of Technology in Distributed Computing\n" +
"Master of Technology in Image Processing\n" +
"Master of Technology in Industrial Management\n" +
"Master of Technology in Network Engineering\n" +
"Master of Technology in Software analysis Engineering\n" +
"Master of Technology in Electronics\n" +
"Master of Technology in VLSI System Design\n" +
"Master of Technology in Robotics\n" +
"Master of Technology in Nano Technology\n" +
"Master of Technology in Signal Processing\n" +
"Master of Technology in Electronic Instrumentation\n" +
"Master of Business Application (MBA)\n" +
"M.Phil in Advanced Computer Science\n" +
"M.Phil in Computer Science and Information Technology\n" +
"Master of Science (MS) in Computer Science\n" +
"Doctor of Philosophy (Ph.D)");
break;
}case 3:{
System.out.println("The candidates who have completed bachelor of technology course in Industrial Engineering. " +
"\nThose who want to pursue Master of Engineering or Master of Technology courses should qualify Graduate Aptitude Test in Engineering (GATE)." +
"\nMost of the technical institutions insist GATE score for the admission to various post graduation courses in engineering." +
"\nCandidates who have completed any graduation can apply for any MBA course.\nThey should also qualify the concerned entrance test to get admission to the desired MBA course. " +
"\nList of different higher studies options available after B.Tech in Industrial Engineering is given below\n" +
"Master of Engineering Advanced Production System\n" +
"Master of Engineering in Production Engineering\n" +
"Master of Technology in Production Technology and Management\n" +
"Master of Technology in Product Design and Manufacturing\n" +
"Master of Technology in Production and Industrial Engineering\n" +
"Master of Technology in Production Engineering and System Technology\n" +
"Master of Technology in Production Engineering\n" +
"Master of Technology in Production Management\n" +
"Master of Technology in Production Technology\n" +
"Master in Quality and Productivity Management\n" +
"Master of Business Administration in Production and Materials Management\n" +
"Master of Business Administration in Production Management\n" +
"Master of Science in Production Engineering");
break;
}case 4:{
System.out.println("For securing admission to any of the master’s program in Software Engineering, " +
"\nthe aspirants should have successfully completed bachelor degree in their subjects with a minimum aggregate of 60%. " +
"\nFor the various Master of Technology (M.Tech) courses, the candidate should have a valid GATE score.\n"+
"Higher study options after B.Tech Computer Science:\n" +
"Master of Technology in Computer Science\n" +
"Master of Technology in Information Technology\n" +
"Master of Technology in Information Security\n" +
"Master of Technology in Software Engineering\n" +
"Master of Technology in Distributed Computing\n" +
"Master of Technology in Image Processing\n" +
"Master of Technology in Industrial Management\n" +
"Master of Technology in Network Engineering\n" +
"Master of Technology in Software analysis Engineering\n" +
"Master of Technology in Electronics\n" +
"Master of Technology in VLSI System Design\n" +
"Master of Technology in Robotics\n" +
"Master of Technology in Nano Technology\n" +
"Master of Technology in Signal Processing\n" +
"Master of Technology in Electronic Instrumentation\n" +
"Master of Business Application (MBA)\n" +
"M.Phil in Advanced Computer Science\n" +
"M.Phil in Computer Science and Information Technology\n" +
"Master of Science (MS) in Computer Science\n" +
"Doctor of Philosophy (Ph.D)");
break;
}case 5:{
System.out.println("For getting admission in Master’s course in Mechanical Engineering, one should have pursued B.Tech in Mechanical Engineering. \n" +
"The candidate should have secured more than 60% marks in graduation. \nCandidates must also have a valid GATE score for getting admission to the Masters program." +
"\nHigher study options after B.Tech mechanical\n" +
"Master of Technology in Aerodynamics\n" +
"Master of Technology in Aerospace Propulsion\n" +
"Master of Technology in Aerospace Structure\n" +
"Master of Technology in Computer aided designing\n" +
"Master of Technology in Design Engineering\n" +
"Master of Technology in Dynamics & Control\n" +
"Master of Technology in Hydraulics\n" +
"Master of Technology in IC engines\n" +
"Master of Technology in Industrial Engineering\n" +
"Master of Technology in Machine Design\n" +
"Master of Technology in Manufacturing Engineering\n" +
"Master of Technology in Manufacturing Systems Engineering\n" +
"Master of Technology in Mechanical Handling and Automation\n" +
"Master of Technology in Mechanical Handling and Automation\n" +
"Master of Technology in Mechanical Systems Design\n" +
"Master of Technology in Metallurgical Engineering\n" +
"Master of Technology in Production Engineering\n" +
"Master of Technology in Refrigeration and air conditioning\n" +
"Master of Technology in Thermal and Fluids Engineering\n" +
"Master of Technology in Thermal Energy and Environmental Engineering\n" +
"Master of Technology in Thermal Engineering\n");
break;
}case 6:{
System.out.println("B.Tech graduates in ECE can pursue desired M.E/M.Tech course in India after qualifying entrance tests like Graduate Aptitude Test in Engineering (GATE)," +
"Tamil Nadu Common Entrance Test (TANCET) etc." +
"\nAt the same time, they can seek direct admission to Post Graduate Diploma course. " +
"\nForeign Universities considers the score obtained in Graduate Record Examination (GRE) and" +
"\n Test of English as a Foreign Language (TOEFL)/ International English Language Testing System (IELTS) for M.S admission." + "\n" +
"Higher Study Options available in India\n" +
"Master of Engineering in Digital Systems Engineering\n" +
"Master of Engineering in Electronics and Telecommunication Engineering\n" +
"Master of Engineering in Microwave and Radar Engineering\n" +
"Master of Engineering in Electronics and Communication\n" +
"Masters of Engineering in Micro Electronics Systems\n" +
"Master of Engineering Electronic Product Design and Technology\n" +
"Master of Technology in Advanced Communication Systems\n" +
"Master of Technology in Digital Communication Engineering\n" +
"Master of Technology in Digital Electronics and Communication\n" +
"Master of Technology in Electronics Circuit and System\n" +
"Master of Technology in Industrial Electronics\n" +
"Master of Technology in Micro Electronics and Control Systems\n" +
"Master of Technology in Network and Internet Engineering\n" +
"Master of Technology in Communication Systems\n" +
"Master of Technology in Electronics and Communication Engineering\n" +
"Master of Technology in Electronics Design and Technology\n" +
"Master of Technology in Information and Communication System\n" +
"Master of Technology in Microwave Electronics\n" +
"Master of Technology in Optics and Opto electronics\n" +
"Master of Technology in Digital Electronics and Communication Systems\n" +
"Post Graduate Diploma in Communication Design\n" +
"Post Graduate Diploma in Photogrammetry and Remote Sensing\n" +
"\nHigher Study Option available abroad\n" +
"Master of Engineering in Electronics\n" +
"Master of Engineering in Digital Electronics\n" +
"Master of Engineering in Digital Media Engineering\n" +
"Master of Engineering (by Research) in Photovoltaic and Renewable Energy Engineering\n" +
"Master of Engineering in VLSI Systems\n" +
"Master of Engineering in Industrial Electronics and Control\n" +
"Master of Engineering in Semiconductor Materials and Devices\n" +
"Master of Engineering in Micro/Nanofabrication and Micro Systems\n" +
"Master of Engineering in Biomedical, Audio and Image Signal Processing\n" +
"Master of Technology in Microsystems and Nanotechnology\n" +
"Master of Science in Electro-Optics\n" +
"Master of Science in Electronic Circuit and System\n" +
"Master of Science in Electronic Warfare Systems Engineering\n" +
"Master of Science in Robust, Large Scale and Multivariable Systems\n" +
"Master of Science in Computer-Aided Design of Integrated Circuits and Systems\n" +
"Master of Science in Sensors and Sensing Systems");
break;
}case 7:{
System.out.println("For securing admission to any of the master’s program in Computer Science, " +
"\nthe aspirants should have successfully completed bachelor degree in their subjects with a minimum aggregate of 60%. " +
"\nFor the various Master of Technology (M.Tech) courses, the candidate should have a valid GATE score.\n"+
"Higher study options after B.Tech Computer Science:\n" +
"Master of Technology in Computer Science\n" +
"Master of Technology in Information Technology\n" +
"Master of Technology in Information Security\n" +
"Master of Technology in Software Engineering\n" +
"Master of Technology in Distributed Computing\n" +
"Master of Technology in Image Processing\n" +
"Master of Technology in Industrial Management\n" +
"Master of Technology in Network Engineering\n" +
"Master of Technology in Software analysis Engineering\n" +
"Master of Technology in Electronics\n" +
"Master of Technology in VLSI System Design\n" +
"Master of Technology in Robotics\n" +
"Master of Technology in Nano Technology\n" +
"Master of Technology in Signal Processing\n" +
"Master of Technology in Electronic Instrumentation\n" +
"Master of Business Application (MBA)\n" +
"M.Phil in Advanced Computer Science\n" +
"M.Phil in Computer Science and Information Technology\n" +
"Master of Science (MS) in Computer Science\n" +
"Doctor of Philosophy (Ph.D)");
break;
}case 8:{
System.out.println("Several Higher studies options are available for the graduates in B.Tech Aeronautical Engineering. " +
"\nAfter obtaining any post graduation degree, these graduates can look for better opportunities in the aeronautical engineering field. \n" +
"Some of the higher studies options available after B.Tech in Aeronautical Engineering are given below\n" +
"Master of Engineering (M.E) in Aeronautical Engineering\n" +
"Master of Technology (M.Tech) in Aerospace Engineering\n" +
"Master of Technology (M.Tech) in Aeronautical Engineering\n" +
"Master of Technology (M.Tech) in Aeronautics\n" +
"Master of Science (M.S) in Aerospace Engineering\n" +
"Master of Business Administration (MBA)\n" +"Candidates who wish to do Master of Engineering or Master of Technology course should qualify the Graduate Aptitude Test in Engineering (GATE)"+
"\nThose who qualify this exam with high score can get admission to Master of Engineering or Master of Technology course in the subjects related to aeronautical engineering.");
break;
}case 9:{
System.out.println("Candidates who aspire to do Master degree courses in Electrical and Electronic Engineering should complete their B.Tech course in Electrical and Electronics Engineering." +
"\nThey should also have valid GATE score to join such courses." +
"\nCandidates who wish to do other Masters degree or higher diploma courses should complete their graduation and qualify the corresponding entrance test.\n" +
"Some of the higher studies options available after B.Tech in Electrical and Electronics Engineering are given below.\n" +
"Master of Technology in Power Electronics and Drives\n" +
"Master of Technology in Power Systems\n" +
"Master of Technology in Electrical Machines\n" +
"Master of Technology in Control and Instrumentation\n" +
"Master of Technology in Applied Electronics\n" +
"Master of Technology in Embedded Systems\n" +
"Master of Technology in VLSI Design\n" +
"Master of Technology in Nanotechnology\n" +
"Master of Technology in Nano Medical Sciences\n" +
"Master of Technology in Remote Sensing\n" +
"Master of Technology in Geo-information systems\n" +
"Master of Business Administration\n" +
"Master of Computer Application\n" +
"Advanced Diploma in DSP System Design\n" +
"Advanced Diploma in Real Time Operating Systems\n");
break;
}case 10:{
System.out.println("Those who have completed their bachelor degree in Architecture can appear for examinations such as CEED (Common Entrance Examination for Design), GATE etc" +
"\n to pursue higher studies. Those who can obtain sufficient marks in CEED examination can expect admission in to higher study courses such as Master of Design." +
"\n This Master of design, which is offered by IIT’s of Delhi and Mumbai, is a better study option for aspirants. " +
"\nMaster of design is offered on subjects such as Industrial Design, Visual communication, Product design engineering etc\n" +
"Aspirants with high score in GATE examination can get an admission in Master of Architecture program or M.Arch.\n" +
"After completion of bachelor degree in Architecture, students can apply for Postgraduate Diploma Program in Design (PGDPD) offered by the National Institute of Design (NID) located in Ahmedabad. Other higher study options for B. Arch include:\n" +
"Master of Technology in Urban and Regional Planning (M.Tech. - URP)\n" +
"Master of Technology in Housing (M.Tech. - HSG)\n" +
"Master of Technology in Environmental Planning (M.Tech – EP)\n" +
"Master of Technology in Infrastructure Planning (M.Tech – IP) (Self financing)\n" +
"Master of Technology in Construction of Project Management (M.Tech - CPM)");
break;
}
default:System.out.println("Invalid Option!");
}
break;
}
case 2: {
System.out.println("\nThe most preferred career option after doing B.Com is CA. CA exam is conducted by the Institute of Chartered Accountants (ICAI)" +
"\n and it has a three level module that are CPT, IPCC and Final CA. " +
"\nHowever, for B.Com Graduates, candidates are eligible to directly appear for IPCC exam. " +
"\nAnother option for B.Com Graduates is M.Com programme. " +
"\nIt is a two year programme and is offered by every recognized university. " +
"\nThis programme focuses on the study of Business, Accounting, Finance, Statistics, Economics, Marketing and Management.\n" +
"\nAnother option is MBA in Finance. " +
"\nThis is the most popular career option for B.com Graduates. " +
"\nIf you want to see yourself as a Chief Financial Officer of any company in future, " +
"\n this course will do the job for you." +
"\n CAT, XAT, MAT and MHCET are some of the popular entrance tests through" +
"\n which candidates are shortlisted for admission in prestigious MBA colleges.");
break;
}
case 3: {
System.out.println("Students after completing their B.Sc. can straightway go for" +
"\n M.Sc. programmes in fields of their choice. " +
"\nStudents who would like to go for Research and Doctorate level study, " +
"\nM.Sc. will open new doors of employment for them. \n" +
"Besides, B.Sc. students can also opt for MBA programmes to boost their career in the field of management." +
"\nNow-a-days, MBA courses are offered with specializations in Hospital Management, IT Management and Laboratory Management, " +
"\n which will be an ideal course module for Science Graduates.\n" +
"Moreover, B.Sc. students can also do B.Ed and move into the teaching profession.");
break;
}
case 4:{
System.out.println("Completing your degree, \nyou can choose from various career options and job opportunities as well as courses for higher studies. " +
"\nThe best courses after Graduation are :\n MD (Doctor of Medicine), \nMasters in Hospital Administration, \nMS in Clinical Pathology, " +
"\nMasters in Public Health, \nMTech in Biomedical Engineering, \nBiological Sciences and " +
"\ndiploma courses in Sports Medicine, Pediatrics, Psychology, Occupational Health, etc. " +
"\nYou can also find various alternative career options after Graduation like Teaching, Clinical Forensics, Medical Researcher, Academic Medicine, to name a few.");
break;
}
default:{ System.out.println("Invalid Option !");}
}
} else if (op == 2) {
System.out.println("Enter your age:");
int age = ten.nextInt();
if (age>=18 & age<=65){
System.out.println("choose an option which stream are you coming from : \n1.ARTS Graduates \n2 Medical Science Graduates\n3.COMMERCE Graduates \n4. Technological Science Graduates");
int a2 = ten.nextInt();
switch (a2) {
case 1: {
System.out.println("There are lots of lucrative job prospects for Arts Graduates. " +
"\n The first being Government jobs in Banking, Agriculture, Central Secretariat, Railways and many more." +
"\n They conduct their separate entrance tests like IBPS and SSC exam." +
"\n Then, if you have good communication skills and personality traits," +
"\n you can join a BPO as Customer Service Associate or a Relationship Executive." +
"\n Another option for Arts Graduates with great personality and outgoing character is Public Relation." +
"\n This field offers great job prospects along-with lucrative salaries." +
"\n If you are good in writing," +
"\n you can join any media house as a Sub-Editor or an Ad Agency as a Copywriter.\n");
break;
}
case 2: {
System.out.println("\n" +
"There are plenty of job opportunities for Science Graduates." +
"\n Science Graduates can find jobs in Education Institutes, Space Research Institutes, Hospitals, Health Service Providers," +
"\n Chemical Industries, Testing Laboratories, Geological Survey Institutes and many more right after completing their Graduation." +
"\n Apart from technical fields, Science Graduates can also work in Marketing, Business and other Research Field as well." +
"\n Science Graduates can work as Medical Representative, Consultant, Junior Clinical Research Engineer, Teachers and many more.");
break;
}
case 3: {
System.out.println("After doing B.Com, you can apply in any company for the post of Accountant." +
"\n Every company needs an accountant to maintain the balance sheet of their business." +
"\n If you have good in knowledge in Cost Accounting, Basic Principles of Accounting and Management Accounting," +
"\n you can easily find a job in the financial sector.\n" +
"You can also find job as an auditor, junior financial analyst, tax accountant, business analyst in areas" +
"\n such as business consultancy, industrial houses and public accounting firms.\n");
break;
}
case 4: {
System.out.println("Choose your department in B.Tech : \n1.Computer Science and Engineering\n2.Information Technology\n3.Industrial Engineering\n" +
"4.Software Engineering\n5.Mechanical Engineering\n6.Electronics and communication Engineering\n7.Computer Science\n8.Aerospace Engineering\n" +
"9.Electronics Engineering\n10.Architecture Engineering");
int b=ten.nextInt();
switch (b){
case 1:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +
"\nThe Public Service Commission (PSC) conducts the entrance tests on the basis of the vacancies in various governmental firms." +
"Jobs after B.Tech in Computer Science & Engineering\n" +
"Professor\nComputer Programmer\n" +
"Engineering Support Specialist\nR&D Applications Engineer\n" +
"Academic Researcher\nVoice Engineer\n" +
"Software Engineer");
break;
}
case 2:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +
"Jobs after B.Tech in Information Technology\n" +
"Information Technology Officer\nLecturer\n" +
"Database Manager\nWeb Developer\n" +
"Web Designer\nData Security Officer\n" +
"Software Developer\nInformation Technology Engineer\n" +
"Testing Engineer\nIT Coordinator\n" +
"System Analyst\nApplications Developer\n" +
"IT Technical Content Developer");
break;
}
case 3:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +"Jobs after B.Tech in Industrial Engineering\n" +
"Ergonomist\nProcess Engineer\n" +
"Quality Engineer\nIndustrial Manager\n" +
"Operations Analyst\nManagement Engineer\n" +
"Plant Engineer\nManufacturing Engineer\n" +
"Quality Control Technician\nProject Engineer\n" +
"Operations Manager\nFacilities Engineer\n" +
"Industrial Engineering Technician");
break;
}
case 4:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +"Jobs after B.Tech in Software Engineering\n" +
"Software Engineer\nMultimedia Display Software Engineer\n" +
"Software Quality Engineer\nSoftware Testing Engineer");
break;
}
case 5:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +"Jobs after B.Tech in Mechanical Engineering\n" +
"Mechanical Engineer\nProcess Development Technologist\n" +
"Design Engineer\nResearcher\n" +
"Analyst\nTester");
break;
}
case 6:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +"Jobs after B.Tech in Electronics and Communication Engineering\n" +
"Electronics Technician\nField Technician\n" +
"Test Technician\nFirstline Technician\n" +
"Battery Test Technician ");
break;
}
case 7:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +"Jobs after B.Tech in Computer Science\n" +
"Computer Engineer\nComputer Network Engineer\n" +
"Researcher\nSoftware Engineer");
break;
}
case 8:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +"Jobs after B.Tech in Aerospace Engineering\n" +
"Aerospace Engineer\nAerospace Designer Checker\n" +
"Design Engineer\nManufacturing Engineer\n" +
"Aircraft Production Manager\nMechanical Design Engineer\n" +
"Assistant Technical Officer\nDevelopment Engineer");
break;
}
case 9:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +"Jobs after B.Tech in Electronics Engineering\n" +
"Electronics Engineer\nElectrical Manager\n" +
"Professor\nMaintenance Engineer\n" +
"Power Electronics Engineer\nTest Engineer\n" +
"Design Release Engineer\nExhibits Electronics Engineer\n" +
"Product Engineer\nNetwork Specialist\n" +
"Electronic Support Engineer\nSystems Developer");
break;
}
case 10:{
System.out.println("The candidates after completion of their graduation can secure a good job in both governmental as well as in private sector companies." +
"\nFor government jobs, the candidate has to attend various entrance exams conducted by UPSC, SSC, etc." +
"\nThe exams will be conducted every year.\n" +"Jobs after B.Tech in Architecture Engineering\n" +
"Construction Estimator\nDrafter\n" +
"Building Inspector\nTechnical Architect\n" +
"Consultant\nConsulting Engineer\n" +
"Professor\nConstruction Project Manager");
break;
}
default:System.out.println("Invalid Option!");
}
}
}
}else {
System.out.println("Sorry user! You are not eligible for doing job in accordance with the Constitution of India");
}
}else {
System.out.println("Invalid Option!");
}
}
}