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 average of 3 numbers

Last Updated: April 18, 2021 by Chaitanya Singh | Filed Under: Java Examples

In this tutorial we will write a java program to find the average of three numbers. Java Program to find the average of 3 numbers… [Read More]

Java Program to Add Two Matrix using Multi-dimensional Arrays

Last Updated: December 19, 2019 by Chaitanya Singh | Filed Under: Java Examples

Here we will write a java program to add two given matrices and display the output matrix that will be the sum of given matrices…. [Read More]

Java Program to Calculate Power of a Number

Last Updated: September 12, 2019 by Chaitanya Singh | Filed Under: Java Examples

In this article, we will write java programs to calculate power of a number. 1. Program to calculate power of a number using for loop… [Read More]

Java Program to Find Quotient and Remainder

Last Updated: August 2, 2019 by Chaitanya Singh | Filed Under: Java Examples

In this article, we will write a Java program to find Quotient and Remainder, when one number is divided by another number. Example: Program to… [Read More]

Java Program to Calculate Simple Interest

Last Updated: July 10, 2019 by Chaitanya Singh | Filed Under: Java Examples

In this tutorial, we will write a java program to calculate simple interest. To write the program on compound interest, refer this guide: Program to… [Read More]

Java Program to Calculate Compound Interest

Last Updated: July 10, 2019 by Chaitanya Singh | Filed Under: Java Examples

In this tutorial, we will write a java program to calculate compound interest. Compound Interest Formula Compound interest is calculated using the following formula: P… [Read More]

Python Anonymous(Lambda) Function

Last Updated: June 16, 2019 by Chaitanya Singh | Filed Under: Python Tutorial

In this tutorial, we will discuss Anonymous functions in Python. In Python, anonymous function is also known as lambda function. Table of Contents Anonymous(Lambda) Function… [Read More]

Python Function Arguments – Default, Keyword and Arbitrary

Last Updated: June 14, 2019 by Chaitanya Singh | Filed Under: Python Tutorial

In this tutorial, we will discuss variable function arguments. In the previous tutorials of Python function and Python user defined functions we learned that we… [Read More]

Python User defined Functions

Last Updated: June 10, 2019 by Chaitanya Singh | Filed Under: Python Tutorial

In this tutorial you will learn user defined functions in Python with the help of examples. In the last tutorial of Python functions, we discussed… [Read More]

Python Program to Find Smallest Number in a List

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

In this tutorial, we will see various Python programs to find the smallest number in a List. For example, if the list is [15, 20,… [Read More]

  • « Previous Page
  • 1
  • …
  • 42
  • 43
  • 44
  • 45
  • 46
  • …
  • 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