PROGRAM


vinaykhatri
Vinay Khatri 29 March, 2020

Python Program to Generate a Random Number

In this article, we have provided a python code that is capable of generating random numbers. Pr…

vinaykhatri
Vinay Khatri 29 March, 2020

Python Program to Swap Two Variables

In this article, we have provided a python source code that is capable of swapping the value of two…

vinaykhatri
Vinay Khatri 29 March, 2020

Python Program to Solve Quadratic Equation

In this article, we have provided a python source code that is capable of finding the roots for a q…

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 Hello World Program

Printing Hello World would be the first program you will encounter in any programming language. Thi…

vinaykhatri
Vinay Khatri 29 March, 2020

How to Find Square Root in Python

In this Python Tutorial, you will learn how to find the square root of a number in Python. There ar…

vinaykhatri
Vinay Khatri 29 March, 2020

Python Program to Calculate the Area of a Triangle

Heron's formula is a common way to calculate the area of a triangle. In this Python tutorial, y…

vinaykhatri
Vinay Khatri 26 October, 2019

How many Centimeters in a Foot through Python

Here we have provided a Program in Python which can tell how many centimeters are there in the user…

vinaykhatri
Vinay Khatri 18 October, 2019

C Program to Design Love Calculator

You probably have calculated love percentage for yourself or your friend in your school and/or coll…

vinaykhatri
Vinay Khatri 18 October, 2019

C Program to Convert Feet into Inches

In this article, we have written a program in C that can convert feet into inches. Both feet and in…

vinaykhatri
Vinay Khatri 16 October, 2019

C Program to Extract a Portion of String

Extracting a substring from a string is one of the most common operations that you may need to use …

vinaykhatri
Vinay Khatri 7 September, 2019

C, C++ and Python Program to find the Sum of Series 1/2+4/5+7/8+…

Problem Statement In this programming tutorial, we need to write a script or program that can co…