Skip to content
Download Android App: Follow Us:
Simple2Code
  • Home
  • Java
    • Java Tutorial
    • Java Programs
    • Java Pattern Programs
  • C
    • C Tutorial
    • C Programs
  • C++
    • C++ Tutorial
    • C++ Programs
  • C#
    • C# Tutorial
    • C# Programs
  • Apps
  • Blog
  • About Us

Java Programs

java pattern program app

Java Program to Calculate the Area of a Rectangle

Here, you will learn how to calculate the Area of a Rectangle using the Formula (Length * Breadth). The program takes the user input for length and breadth, calculates the result, and displays the result on the screen. If you …

Read moreJava Program to Calculate the Area of a Rectangle

Categories Java Programs Tags java basic programs

Java Program to Calculate the Area and Circumference of a Circle

The java program below uses Math.PI property of java that returns approx 3.14159. The program takes the user input for the value of radius and calculates using the formula of Area and Circumference of a circle and displays the output …

Read moreJava Program to Calculate the Area and Circumference of a Circle

Categories Java Programs Tags java basic programs

Java Program to Check whether the Number is Odd or Even

Here, you will learn to check the number taken from the user as an input using a scanner is Odd or Even. After checking display the result accordingly. The concept of checking the number using the Modulus operator. First, calculate …

Read moreJava Program to Check whether the Number is Odd or Even

Categories Java Programs Tags java number programs

Java Program to find the Product of Two Numbers

The example below shows how to take two integers as an input from the user using Scanner and multiply them and display the final result on the screen in Java. Before that, if you do not about the operators in …

Read moreJava Program to find the Product of Two Numbers

Categories Java Programs Tags java basic programs

Java Program to Add Two Numbers

This Java program adds two integers given in the program and displays the result on the screen. To understand the topic, you need to have a basic understanding of two basic topics in Java. Java Operator Java Input/Output Java Program …

Read moreJava Program to Add Two Numbers

Categories Java Programs Tags java basic programs

Example of Method Overriding and Overloading in Java

In this tutorial, we will write a program for method overriding and method overloading. Before that, you should have knowledge on the following topic in Java. Java Method Overriding Java Method Overloading Example of method overriding in Java: Output method …

Read moreExample of Method Overriding and Overloading in Java

Categories Java Programs Tags java OOP program

Java Program to Remove all the Vowels from a String

This post shows, How to remove all vowels from a string in java? with the help of replaceAll() method. Remove vowels from a string in java: Explanation:Removing vowels in java is easy, we will take the user input with the …

Read moreJava Program to Remove all the Vowels from a String

Categories Java Programs Tags java string program
Post navigation
Newer posts
← Previous Page1 … Page22 Page23

More Topics

  • Java Program to find the sum of the Largest Forward Diagonal
    28 April 2024
  • C Program to search an element in an array using Pointers
    7 January 2024
  • C Program to find the sum of the digits of a number using recursion function
    7 January 2024
  • C program to find factorial of a numberĀ using Ternary operator with Recursion
    6 January 2024
  • C Program to Add Two Numbers Using Call by Reference
    6 January 2024
  • Find the output ab, cd, ef, g for the input a,b,c,d,e,f,g in Javascript and Python
    1 February 2023
  • String Pattern Programs in C
    29 July 2022

Categories

  • C Programs
  • C Tutorial
  • computer fundamentals
  • CPlusPlus Programs
  • CPlusPlus Tutorial
  • CSharp Programs
  • CSharp Tutorial
  • HTML
  • Java Programs
  • Java Tutorial
  • javascript
  • Uncategorised

Simple2Code

  • About Us
  • Privacy Policy
  • Disclaimer
  • Sitemap

Search

Follow Us:
Copyright © 2025 Simple2Code