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

C++ Program to find number of Vowels and Consonants in a String

Last Updated: September 12, 2017 by Chaitanya Singh | Filed Under: C++ Programs

This program takes the string entered by user and finds the number of vowels and consonants in the input string. Example: Program to find and… [Read More]

Wrapper class in Java

Last Updated: November 8, 2022 by Chaitanya Singh | Filed Under: java

In the OOPs concepts guide, we learned that object oriented programming is all about objects. The eight primitive data types byte, short, int, long, float,… [Read More]

Java Program to Display Fibonacci Series using loops

Last Updated: September 15, 2017 by Chaitanya Singh | Filed Under: Java Examples

The Fibonacci sequence is a series of numbers where a number is the sum of previous two numbers. Starting with 0 and 1, the sequence… [Read More]

Java Program to Find Factorial using For and While loop

Last Updated: September 10, 2017 by Chaitanya Singh | Filed Under: Java Examples

We will write three java programs to find factorial of a number. 1) using for loop 2) using while loop 3) finding factorial of a… [Read More]

Java Program to Make a Calculator using Switch Case

Last Updated: September 10, 2017 by Chaitanya Singh | Filed Under: Java Examples

In this Program we are making a simple calculator that performs addition, subtraction, multiplication and division based on the user input. The program takes the… [Read More]

Java Program to calculate and display Student Grades

Last Updated: September 10, 2017 by Chaitanya Singh | Filed Under: Java Examples

This program calculates the grade of a student based on the marks entered by user in each subject. Program prints the grade based on this… [Read More]

Java Program to check Vowel or Consonant using Switch Case

Last Updated: September 10, 2017 by Chaitanya Singh | Filed Under: Java Examples

The alphabets A, E, I, O and U (smallcase and uppercase) are known as Vowels and rest of the alphabets are known as consonants. Here… [Read More]

Java Program to find largest of three Numbers

Last Updated: September 9, 2017 by Chaitanya Singh | Filed Under: Java Examples

Here we will write two java programs to find the largest among three numbers. 1) Using if-else..if 2) Using nested If To understand these programs… [Read More]

Java Program to Swap two numbers using Bitwise XOR Operator

Last Updated: September 9, 2017 by Chaitanya Singh | Filed Under: Java Examples

This java program swaps two numbers using bitwise XOR operator. Before going though the program, lets see what is a bitwise XOR operator: A bitwise… [Read More]

Java Program to find the Smallest of three numbers using Ternary Operator

Last Updated: September 9, 2017 by Chaitanya Singh | Filed Under: Java Examples

This java program finds the smallest of three numbers using ternary operator. Lets see what is a ternary operator: This operator evaluates a boolean expression… [Read More]

  • « Previous Page
  • 1
  • …
  • 81
  • 82
  • 83
  • 84
  • 85
  • …
  • 150
  • Next Page »

Copyright © 2012 – 2026 BeginnersBook . Privacy Policy . Sitemap