PROGRAM


Check if an array is formed by consecutive integers

Check if an array is formed by consecutive integers

Problem Given an unsorted array of numbers, check if the array consists of consecutive numbers o…

Find the minimum index of a repeating element in an array

Find the minimum index of a repeating element in an array

Problem Given an array of integers, find the first repeating element in it. We need to find the …

Program to Find Cube of a Number using Function

Program to Find Cube of a Number using Function

Function in programming languages used to perform specific tasks. The functions increase the reusab…

Program to calculate sum and average of three numbers

Program to calculate sum and average of three numbers

In this tutorial, we will learn how to write a script in C, C++, and Python to calculate the sum an…

Python Program to Count the Number of Each Vowel

Python Program to Count the Number of Each Vowel

Here in this article, we have provided two python source codes that count the number of vowels pres…

Python Program to Find the Size (Resolution) of Image

Python Program to Find the Size (Resolution) of Image

Here in this article, we have provided two different python source codes which can find the resolut…

Python Program to Merge Mails

Python Program to Merge Mails

Here in this Python tutorial, you will learn how to merge mails using Python. Here we have provided…

Python Program to find Hash of File

Python Program to find Hash of File

In this article, we have provided a python source code that can find the hash of a file and display…

Python Examples

Python Examples

The best way to learn any programming language is by practicing and wring code. This Python tutoria…

Python Program to Add Two Numbers

Python Program to Add Two Numbers

In this Python tutorial, you will learn how to write code in Python to add two numbers. Prerequi…

Python Program to Convert Kilometers to Miles

Python Program to Convert Kilometers to Miles

In this article, we have provided a python program that is capable of converting kilometers in mile…

How to Check if a Python String Contains Another String?

How to Check if a Python String Contains Another String?

A string is a collection of Characters and in Python, creating and manipulating a string is very ea…