Created
July 7, 2021 03:52
-
-
Save aniketmlk6/8f2ce23cc576d68e76b5376f30a02504 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static void main(String[] args) { | |
int b = (7 > 2) ? 1 : 0; | |
System.out.println(b); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment