java

Java program to calculate student's grades in 2 different ways

Java program to calculate the grade of a student with user input marks. The program will take the marks and print the grade for a student.

Read
python

How to change the values of a dictionary in Python

How to change the values of a dictionary in Python. We will learn to use keys and the update method to change Python dictionary values with examples.

Read
python

How to remove items from a dictionary in Python

Learn how to remove items from a dictionary in Python. This post will show you how to remove single item, delete a dictionary and clear all items from a dictionary.

Read
javascript

JavaScript program to find if a number is a Magic number or not

JavaScript program to check if a number is a magic number or not. This post will show you how to check for a magic number by using while loops and with HTML.

Read
javascript

How to convert an image to Base64 in JavaScript

JavaScript program to convert an image to Base64. We will learn how to find the Base64 of a local image and a remote image with HTML example programs.

Read
C++

C++ program to check if a number is a Magic number in 3 ways

C++ program to check if a number is a Magic number or not in three different ways. We will use while loop, for loop and recursive approach to write the Magic number program in C++.

Read
c#

C# program to extract all email addresses from a text file

C# program to extract all email addresses from a text file. We will write C# program to extract all email addresses and write them to a separate text file.

Read
c#

C# program to find Amicable numbers in two ways

C# program to find if two numbers are Amicable or not with examples. We will learn how to write the C# programs with for loops and while loops in this post.

Read
javascript

JavaScript program to check if a number is Moran

JavaScript program to check for Moran number. Learn what is a Moran number and how to check if a number is Moran or not in JavaScript with example.

Read
java

2 different Java programs to check for Moran number

Java program to check if a number is a Moran number or not in two different ways. This post will show you how to check for a Moran number and how to find if a number is Moran or not.

Read