How to calculate Average of a stream of numbers by program in Python

By Aayush Dubey

In this tutorial, we will see how can we calculate the Average of a stream of numbers in Python. Average is also known as the mean. Average or mean are terms related to mathematics.... Read More

How to throw an exception in Java

By Tishya Thakkar

In this tutorial, we will learn how to throw an exception in Java. We use exceptions in Java to check for errors at compile-time instead of runtime. We can also create custom excep.... Read More

Filter Nested Object In JavaScript

By CHAWADIMANI SANJANA VIJAY

In this article, we are going to learn how to filter nested object in JavaScript. For this, we will use filter() function to filter the nested objects easily. Okay!! now let me tel.... Read More

How to create your own header file in C++

By Sanam Sahoo

Hello, Coders! In this C++ tutorial, we will discuss and learn about the header files in C++ and how to create our own header files easily. Header Files in C++ C++ language has a l.... Read More

Using Charts in Android Java

By Jai Chaudhry

In this tutorial, we will write code to use MPAndroidChart library in Android application using Java. You can use any latest version of Android Studio. This tutorial was written us.... Read More

Bottom Fragment in Android Java

By Jai Chaudhry

In this tutorial, we will write code to show fragment via bottom sheet in Android application using Java. You can use any latest version of Android Studio. This tutorial was writte.... Read More

Showing Notifications in Android Java

By Jai Chaudhry

In this tutorial, we will create a notification generator application in Android using Java. You can use any latest version of Android Studio. This tutorial was written using Andro.... Read More

Detect and Extract URL from String in Java

By Pratiksha Bhandari

In this tutorial, we will look at one of the interesting concepts of Java. Suppose you are given so long text with some URLs in it and your work is to fetch those URLs then how wil.... Read More

Related Posts