Before discussing the main topic, let us see how to print a random number in plain JavaScript. If you don’t know already there is this
This post explains how to print English Alphabets in both Uppercase & Lowercase using core Python. Below is the ASCII values to print Alphabets, Alphabets
In this post, let’s write a simple Python program to print random numbers. To print random numbers it’s very simple in Python as it has
Dear Reader, In this post I am going to write a core Python program to print Leap years!. First, we will get the start and
Let’s write a simple python program to find the sum of an array. It’s very simple to calculate the sum of an array in Python,
In this post, we are going to write a simple Python script to find the largest and the smallest number in a list. It is
In this post, we are going to see how to find the smallest number in an Array using core Java program. So, here is the
In this post, we are going to see how to find the largest number in an Array using core Java program. So, here is the
Let’s write a simple JavaScript to count the number of vowels present in a string and print it. And also you will learn the below
In this post, I am going to write a C program to print ‘Odd numbers’ from 1 to N. First I need to get the