Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mohanen b

mohanen b

mohanen b has asked 1 questions and find answers to 0 problems.

Stats

5
EtPoint
0
Vote count
1
questions
0
answers

About

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 ; 
}
}

mohanen b answers