Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu
Showing posts with label logical operator. Show all posts
Showing posts with label logical operator. Show all posts

Convert Binary to Decimal or Decimal to Binary

C++ Program to convert Binary number to Decimal number or vice versa.This program converts either binary number entered by user to decimal number or decimal number entered by user to binary number in accordance with the character entered by user.This program asks user to enter alphabet 'b' to convert

Selection sort in C++

C++ program for selection sort to sort numbers. This code implements selection sort algorithm to arrange numbers of an array in ascending order. With a little modification it will arrange numbers in descending order.

Program For Prime No. Series Up to N no ...........

 Program to print the series of Prime Number up to ' n '  number.Here user can input the end limit of series, so for what you waiting for..(keep enjoy)
simply use of two for loop and if else operator
 condition " i%j==0 "helps to determine the Prime no. Any further query leave message....

Greater Between Three Numbers...

Program used to identify the greater number among the three number.
User can input any desire valid input in the program.
use of nested if else
Blogger Widgets

Find Us On Google, Just type - way2cplusplus -

If you have any questions on implementing or understanding this C++ Program , shoot me a comment and I'll be glad to help! :) :)