PROGRAM


maazbinasad
Maaz Bin Asad 25 March, 2022

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…

vinaykhatri
Vinay Khatri 26 December, 2021

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 …

vinaykhatri
Vinay Khatri 14 June, 2021

Program to Find Cube of a Number using Function

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

vinaykhatri
Vinay Khatri 14 June, 2021

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…

vinaykhatri
Vinay Khatri 12 April, 2020

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…

vinaykhatri
Vinay Khatri 12 April, 2020

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…

vinaykhatri
Vinay Khatri 12 April, 2020

Python Program to Merge Mails

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

vinaykhatri
Vinay Khatri 12 April, 2020

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…

vinaykhatri
Vinay Khatri 29 March, 2020

Python Examples

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

vinaykhatri
Vinay Khatri 29 March, 2020

Python Program to Add Two Numbers

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

vinaykhatri
Vinay Khatri 29 March, 2020

Python Program to Convert Kilometers to Miles

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

vinaykhatri
Vinay Khatri 29 March, 2020

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…