Skip to content

Commit 201d17d

Browse files
author
codehouseindia
authored
Merge pull request codehouseindia#134 from Idajojeff/patch-1
added bool
2 parents 3450ad4 + 9f348ec commit 201d17d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

bool.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#web.facebook.com/idajo.jeff/posts/128970875635248
2+
#subscribed by codehouse india
3+
public class MyClass {
4+
public static void main(String[] args) {
5+
boolean isJavaFun = true;
6+
boolean isFishTasty = false;
7+
System.out.println(isJavaFun);
8+
System.out.println(isFishTasty);
9+
}
10+
}

0 commit comments

Comments
 (0)