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.
ReadHow 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.
ReadLearn 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.
ReadJavaScript 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.
ReadJavaScript 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.
ReadC++ 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++.
ReadC# 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.
ReadC# 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.
ReadJavaScript 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.
ReadJava 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