class Mohanen {
String gender = "male" ;
Int age = 21;
String Occupation = "Programmer" ;
String[] Lang = { "c", "c++", "java", "python", "html" };
String[] likes = { "programming", "Chess", "Sci-fi series & movies", "animation", "Video Games" };
String[] Perks = { "Curious", "Logical", "Creative", "Funny", "Passionate" };
private Mohanen (String Occupation ) {
this.Occupation = Occupation ;
}
}