This java program prints multiplication table of a number entered by the user using a for loop. You can modify it for while or do while loop for practice. Run It Now!
This program prints IP or internet protocol address of your computer system. InetAddress class of java.net package is used, getLocalHost method returns InetAddress object which represents local host. Run It Now!