-
Notifications
You must be signed in to change notification settings - Fork 0
Aritra-Basak/Java_codes
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
"A class in Java is where we teach an Object to behave"
class MyLife {
static void Life()
{
System.out.println("Eat");
System.out.println("Code");
System.out.println("Sleep");
Life();
}
public static void main(String[] args)
{
boolean alive=true;
if(alive)
Life();
else
System.out.println("R.I.P...☻");
}
}
About
♣ Have a look at my JAVA ☕ programs, may be it can help you. ♠
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published