Fetch or get all email id from a text file in C++

By Om Avhad

Hello, we will be learning how to fetch all the email id’s present in a text(‘.txt’) file in C++ and store the fetched data in a ‘.csv’ file. For this.... Read More

Java Program to print even length words in a String

By Satyam Chauhan

Welcome! In this tutorial, we will learn how to develop a Java program to print even length words in a string entered by the user. So, let’s start with the code: import java..... Read More

Fake News Detection Using Machine Learning in Python

By Akarsh Shekhar

In this tutorial program, we will learn about building fake news detector using machine learning with the language used is Python.  So here I am going to discuss what are the basi.... Read More

Check if URL is valid YouTube video URL or not in Java

By Anisha Gupta

In this tutorial, we will learn if the URL is a valid YouTube video URL or not in Java. Youtube URL contains a pattern. We are given a String and we check if a String given contain.... Read More

How to find the missing number in Geometric Progression in Python

By Ronak Jethava

So, guys today we will learn How to find the missing number in Geometric Progression in Python. Let’s do it together. We are basically supposed to find the number which is missin.... Read More

Efficient program to calculate e^x in Python

By M Ashok

In this tutorial, we learn how to calculate the exponential value in Python, and also we will learn how to write an efficient program for calculating exponential value. Now let us .... Read More

Compute Shortest Common Supersequence in Python

By Mekala Uday

Hello guys, now we are going to Compute Shortest Common Supersequence using Python. If you are here, then you are moving in the right direction looking for the solution. let me fir.... Read More

Check if a given number is Fibonacci number in Python

By Mekala Uday

Hello guys, now we are going to check if a given number is Fibonacci number in Python. If you are here, then you are moving in the right direction looking for the solution. Let me .... Read More

Related Posts