class ReadMe{
public String getHobbies(){
return "Cycling, Music, Comedy";
}
public boolean isFunToWorkWith(){
return true;
}
public String getCareerGoal(){
return "To work with bliss";
}
public String getCharacteristic(){
return "Clean code only!";
}
public static void main(String args[]){
ReadMe Yash = new ReadMe();
Yash.getHobbies();
Yash.isFunToWorkWith();
Yash.getCareerGoal();
Yash.getCharacteristic();
}
}
☑️
Breathing
- Mumbai
Popular repositories Loading
-
-
-
-
-
KPMG-Virtual-Internship
KPMG-Virtual-Internship PublicForked from lekhuong07/KPMG-Virtual-Internship
Jupyter Notebook 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.