ContentsA collection of basic Java programs categorized by topic.List of Programs Available Print an Integer Add Two Integers Check Even or Odd Number Add Two Binary Add Two Complex Numbers Multiply Two Numbers Check Leap Year Calculate Simple interest Check Divisibility Calculate Quotient and Reminder Calculate Power of a Number Calculate Compound Interest Calculate Factorial of a Number Programs OverviewA collection of basic Java programs categorized by topic.Java Program to Print an IntegerIn this program, you'll learn to print a predefined number aw well as a nummber entered by the user in Java.