BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

Java Program to Find GCD of Two Numbers

Last Updated: September 8, 2018 by Chaitanya Singh | Filed Under: Java Examples

The GCD (Greatest Common Divisor) of two numbers is the largest positive integer number that divides both the numbers without leaving any remainder. For example…. [Read More]

Java Program to Add two Binary Numbers

Last Updated: September 7, 2018 by Chaitanya Singh | Filed Under: Java Examples

In this tutorial we will write a java program to add two binary numbers. Binary number system has only two symbols 0 & 1 so… [Read More]

Java Program to Add Two Complex Numbers

Last Updated: September 7, 2018 by Chaitanya Singh | Filed Under: Java Examples

Complex numbers have two parts – real part and imaginary part. In this tutorial, we will write a Java program to add two complex numbers…. [Read More]

Java 9 – Stream API Enhancements (With Examples)

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: java

We have already learned that Java 8 introduced the Stream API along with several other cool features. If you are not familiar with Streams then… [Read More]

Tags: Java-9

Python Program to Print Multiplication Table of a given Number

Last Updated: June 9, 2018 by Chaitanya Singh | Filed Under: Python Examples

In this tutorial, we will see a simple Python program to display the multiplication table of a given number. Print Multiplication table of a given… [Read More]

Python Program to Find Sum of n Natural Numbers

Last Updated: June 9, 2018 by Chaitanya Singh | Filed Under: Python Examples

In this tutorial, we will write a simple Python program to calculate the sum of first n natural numbers. Program to calculate sum of first… [Read More]

Python Program to Add Digits of a Number

Last Updated: June 9, 2018 by Chaitanya Singh | Filed Under: Python Examples

In this tutorial, we will write a simple Python program to add the digits of a number using while loop. For example, if the input… [Read More]

Python Program to Add Subtract Multiply and Divide two numbers

Last Updated: June 9, 2018 by Chaitanya Singh | Filed Under: Python Examples

In this tutorial, we will write a Python program to add, subtract, multiply and divide two input numbers. Program to perform addition, subtraction, multiplication and… [Read More]

Python Program to Convert Decimal to Hexadecimal

Last Updated: June 8, 2018 by Chaitanya Singh | Filed Under: Python Examples

In this tutorial we will see how to convert a decimal value to hexadecimal using a built-in python function. Program for decimal to hexadecimal conversion… [Read More]

Python Program to Convert Kilometers(km) to Miles(mi.)

Last Updated: June 8, 2018 by Chaitanya Singh | Filed Under: Python Examples

In this tutorial we will see how to convert Kilometers to Miles in Python. Kilometers to Miles Conversion in Python This program prompts the user… [Read More]

  • « Previous Page
  • 1
  • …
  • 63
  • 64
  • 65
  • 66
  • 67
  • …
  • 150
  • Next Page »

Java Examples

  • Check Odd-even
  • Linear Search
  • Binary Search
  • Floyd's Triangle
  • Reverse number
  • Random Number
  • first n prime numbers
  • Disp prime Numbers
  • Check Prime number
  • Palindrome String
  • Find factorial
  • Sum of elements of Array
  • Area of rectangle
  • Area of Square
  • Area of Triangle
  • Circle

Tutorials

  • Java Tutorial
  • OOPs Concepts
  • Java String
  • Exception handling
  • Java Multithreading
  • Java I/O
  • Java Serialization
  • Java Regex
  • Java AWT
  • Java Swing
  • Java Enum
  • Java Annotations

Copyright © 2012 – 2026 BeginnersBook . Privacy Policy . Sitemap