package com.tutorial4u;
public class SemiColonsPrint {
public static void main(String[] args) {
if(System.out.printf("%C",59) != null){
}
}
}
Output : ;
Java Development Kit (JDK) and Java Runtime Environment (JRE) To download and install the Java Development Kit ( JDK ) ...
No comments:
Post a Comment