You just demonstrated curiosity and problem solving. Or did you? Maybe your friends helped 😄
Either way, you just opened up your life to magical possibilities.
void rat_race (qualification)
// but of course rat race always returns void, thats a no brainer
{
Select job from ("Consult", "Software")
build_up_profile
// Consult -> seek PORs, get ahead at cost of friends
// software -> hack urself at hacking platform mastering algos you will never use
If lucky==TRUE
{
rat_race_job
//Consult -> ppts, excel, give gyan never execute
//Software -> translator (English to java) which even a tier 3 college student can do (remember Wolf Gupta??)
//In either after two years dream of starting up OR higher studies OR another job
}
else
{
rat_race ("MBA" OR "MS")
}
return 0
}