public class PETA1_CATINDIG_MARASIGAN_PADILLA_FERNANDEZ_RECIO_VALENZUELA_9C
public static void Main()
Console.WriteLine("Enter the code of your interest with the highest score:");
Console.WriteLine("ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ");
Console.WriteLine("OG01 (Production, processing, logistics and maintenance)");
Console.WriteLine("OG02 (Mechanical and electrical specialties)");
Console.WriteLine("OG03 (Health care)");
Console.WriteLine("OG04 (Public safety and wellness)");
Console.WriteLine("OG05 (Home economics)");
Console.WriteLine("OG06 (Research and evaluation)");
Console.WriteLine("OG07 (Computer sciences and technologies)");
Console.WriteLine("OG08 (Health sciences and technologies)");
Console.WriteLine("OG09 (Performing arts)");
Console.WriteLine("OG10 (Visual arts)");
Console.WriteLine("OG11 (Applied arts)");
Console.WriteLine("OG12 (Social services)");
Console.WriteLine("OG13 (Business, management and administration)");
Console.WriteLine("OG14 (Administrative and financial operations and support)");
Console.WriteLine("ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ");
interest_code = Convert.ToString(Console.ReadLine());
if (interest_code == "OG01")
Console.WriteLine("Suggested Elective: ACCOUNTING AND BUSINESS MANAGEMENT");
else if (interest_code == "OG02")
Console.WriteLine("Suggested Elective: ENGINEERING MATH");
else if (interest_code == "OG03")
Console.WriteLine("Suggested Elective: BIOLOGICAL SCIENCE");
else if (interest_code == "OG04")
Console.WriteLine("Suggested Elective: PSYCHOLOGY");
else if (interest_code == "OG05")
Console.WriteLine("Suggested Elective: CULINARY ARTS");
else if (interest_code == "OG06")
Console.WriteLine("Suggested Elective: INFORMATION AND COMMUNICATION TECHNOLOGY & ROBOTICS");
else if (interest_code == "OG07")
Console.WriteLine("Suggested Elective: INFORMATION AND COMMUNICATION TECHNOLOGY & ROBOTICS");
else if (interest_code == "OG08")
Console.WriteLine("Suggested Elective: BIOLOGICAL SCIENCE");
else if (interest_code == "OG09")
Console.WriteLine("Suggested Elective: BROADCAST COMMUNICATION");
else if (interest_code == "OG10")
Console.WriteLine("Suggested Elective: FINE ARTS");
else if (interest_code == "OG11")
Console.WriteLine("Suggested Elective: FINE ARTS");
else if (interest_code == "OG12")
Console.WriteLine("Suggested Elective: INTERNATIONAL RELATIONS");
else if (interest_code == "OG13")
Console.WriteLine("Suggested Elective: ACCOUNTING AND BUSINESS MANAGEMENT");
else if (interest_code == "OG14")
Console.WriteLine("Suggested Elective: ACCOUNTING AND BUSINESS MANAGEMENT");