Posts by Ranjeet V
Author Biographical Info: Not available
Hello everyone, in this post, we are going to learn how to exit from a loop in Java. As in many other programming languages, in Java too, we have loops that we can use to execute a.... Read More
Hello everyone, in this tutorial, we will be studying ratio manipulation in C++. C++ has a header file separately to deal with operations related to fractions. There are many templ.... Read More
In this tutorial, we will be learning the working of generate() and generate_n() functions in C++. These two functions are defined in std::algorithm header and are used to generate.... Read More
Hi everyone. In this tutorial, we are going to learn how to find the median of a given list in Python. The median of a given set of elements is the value that separates the set in .... Read More
In this tutorial, we will talk about the ways to find the maximum of three numbers in Python. There are multiple ways to get the largest element from three given numbers in Python..... Read More
As it is quite evident from the name that strstr() function in C++ is a function that does some string related tasks. And like most of the built-in string functions, this function .... Read More
Hello and welcome everyone, in this tutorial we are going to crack a zip file password using lists in Python. This does sound interesting. doesn’t it? Well, we are going to d.... Read More
In this tutorial, we will learn how to find vertex, focus and directrix of parabola in Python. What is a parabola? A parabola is a curve in a 2D plane such that every point on that.... Read More