JAVA
SP
T
TOPICS
HOME
📋
BASIC PROGRAMING CONSTRUCTS
Welcome to the repository of Java programs.
Each program is a stepping stone in my journey to master Java and its diverse applications.
💡
1. Write a Java program to print ‘Hello World!’ on screen
💡
2.Write a Java program to print the sum of two numbers
💡
3. Write a Java program that takes two numbers and display the product of two numbers
💡
4.Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
💡
5. Write a Java program that takes five numbers as input to calculate and print the average of the numbers
💡
6.Write a Java program to swap two variables
💡
7.Write a Java program to convert a decimal number to binary numbers
💡
8. Write a Java program to convert a binary number to decimal number
💡
9.Write a Java program to check whether Java is installed on your computer or not
💡
10.Write a Java program and compute the sum of the digits of an integer