Introduction to Java

5 years ago
               What is Java?                      ,                          Java is the most broadly utilized programming language. It creates a secured,...
Introduction to Java Introduction to Java Reviewed by Amit Waghmare on November 24, 2019 Rating: 5

Palindrome Number

5 years ago
                                                                  First, we see what is Palindrome number. If we are giving input as 4567 then...
Palindrome Number Palindrome Number Reviewed by Amit Waghmare on November 23, 2019 Rating: 5

Armstrong Number

5 years ago
                                             An Armstrong number is a digit is an integer such that the sum of the cubes of its digits is equal to the number itself. For example, 370 is an Armstrong...
Armstrong Number Armstrong Number Reviewed by Amit Waghmare on November 23, 2019 Rating: 5

Python program to reverse the given integer number

5 years ago
                        In this post we see the python code to reverse the given number. we see what is Reverse number. If we are giving input as 1854 the program separates each and every integer no and rearrange it in a reverse manner and the result is...
Python program to reverse the given integer number Python program to reverse the given integer number Reviewed by Amit Waghmare on November 14, 2019 Rating: 5

Python program to generate Fibonacci series

5 years ago
Fibonacci Series                          Hello friends, In this post we see the python code to generate Fibonacci series. Fibonacci series means if we are giving input as 7 then the output is 0  1  1  2  3  5.    ...
Python program to generate Fibonacci series Python program to generate Fibonacci series Reviewed by Amit Waghmare on November 11, 2019 Rating: 5

Given number is even or odd

5 years ago
Check the given number is even or odd                      Hello, In this post we see the python code to check the given number is even or odd. Program: num=int(input("enter the number to find even or odd....?\n")) if (num%2)==0:     print("the...
Given number is even or odd Given number is even or odd Reviewed by Amit Waghmare on November 09, 2019 Rating: 5

Python program to show when you are 100 yrs old

5 years ago
                                   Hello. In this post, we see the program of python program that asks the user to enter their name and their age and it prints out a message addressed to...
Python program to show when you are 100 yrs old Python program to show when you are 100 yrs old Reviewed by Amit Waghmare on November 07, 2019 Rating: 5

Consonant and Vowels

5 years ago
Count Consonant and Vowels             Hello friends, here we are seeing the cpp program for the count the number of the vowel and consonant in the given string. We know a, e, i, o, u are five vowels. But how we check how many times the vowels and consonant have...
Consonant and Vowels Consonant and Vowels Reviewed by Amit Waghmare on November 05, 2019 Rating: 5

Area of circle in Cpp language

5 years ago
Cpp program for area of circle           Hello friends, in this blog we see the cpp program for finding the area of the circle. To find the area of the circle we must know the formula for calculating the area of circle i.e. area = pi * radius * radius  ...
Area of circle in Cpp language Area of circle in Cpp language Reviewed by Amit Waghmare on November 02, 2019 Rating: 5

Volume of cylinder in Cpp language

5 years ago
C program for volume of Cylinder           Hello friends, in this blog we see the cpp program for finding the Volume of cylinder. To find the volume of a cylinder we must know the formula for calculating the area of cylinder i.e. vol = pie * r * r * h. In this...
Volume of cylinder in Cpp language Volume of cylinder in Cpp language Reviewed by Amit Waghmare on November 02, 2019 Rating: 5
Page 1 of 81238Next