Fernand01 / HelloWorld3

Variables and pushing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloWorld3

public class HelloWorld { public static void main(String [] args) { boolean trueFalse = true; if (trueFalse) System.out.println("value is True"); else System.out.println("value is False"); } }

About

Variables and pushing


Languages

Language:Java 100.0%