Learn JAVA with me.
Here is a my daily learning code of java.
Hello world in java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Adding two integer.
package Luck;
public class hnn {
...
stha-anil.com.np4 min read