print multiples of 3 and 5 in java code example
Example: How to print multiple things in java?
class File_name {
public static void main(String[] args) {
System.out.println("hello " + "world")
}
}
class File_name {
public static void main(String[] args) {
System.out.println("hello " + "world")
}
}