Java program to solve Celebrity Problem using stack

By Rahul Kumar

Hello Everyone! In this Java tutorial, we are going to discuss the problem of a celebrity program using a stack. We are going to use the stack method to solve this problem in Java..... Read More

Get network status in Android studio using Java

By Jai Chaudhry

In this tutorial, we will fetch Network status via 2 methods in android studio using Java. You can use any latest version of Android Studio. This tutorial was written using Android.... Read More

Creating Persistent Notification in Android Java

By Jai Chaudhry

In this tutorial, we will write code to show unkillable/persistent notification in android application using Java. You can use any latest version of Android Studio. This tutorial w.... Read More

How to easily create tables in Python using tabulate function

By Aayushi Agrawal

Hello friends! In this tutorial, we are going to learn how to create well-formatted tables in Python using tabulate function and how to use different arguments and parameters to ch.... Read More

Create an Audiobook from PDF file using Python – Text to speech

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to convert any regular PDF into an Audiobook using Python in PyCharm. Here this program will read aloud any PDF file. We can say th.... Read More

Income tax calculator using Python

By Aayushi Agrawal

Hello friends! In this tutorial, we will build a Python program that can help us to calculate income tax based on given conditions. Remember that conditions are not fixed as income.... Read More

Next Greater Element To The Right using stack in Java

By Rahul Kumar

Hello Everyone! In this Java tutorial, we are going to discuss the problem of flood fill using ā€˜n’ no of ways. We are going to use the recursion method to solve this problem. W.... Read More

Python Program to Calculate Electricity Bill

By Aayushi Agrawal

Hello friends! In this tutorial, we are going to build a python program that can help us to calculate our electricity bill based on our given inputs and conditions. Remember that c.... Read More

Related Posts