Python program to replace elements of numpy array that is more or less than a specific value.
ReadC program to arrange user provided numbers in ascending order. We will take random amount of numbers from the user and arrange them in ascending order in this program.
Readstrcat function in c and how to use it. This function is used to copy one string from one variable to another. This post will show you how to use strcat with example.
ReadLearn what is global scope and local scope in JavaScript with examples. Variables defined in global scope are accessible globally and local scope are accessible locally.
ReadJavaScript rest parameter explanation with example. Learn how to use rest parameter with different examples in this post.
ReadJavaScript arrow function explanation with examples. Leart different ways to use arrow function in JavaScript.
ReadLearn what is end parameter in python and how we can use it in print statement.
ReadTwo ways to find the percentage difference between two numbers in Python. We will learn how to find the positive and negative percentage differences with examples.
ReadIn this post, we will learn how to find the discount and amount to pay based on predefined discount percentage
ReadIn this tutorial, we will learn how to take inputs from the user in python with examples of sys.stdin and input() methods of python
Read