In this example created the program that creates and save new data of student and its grades of...
Author - Mike
C# Image File to Base64 String
In this example, there is the code to convert an image file into base64 string in C#. You can to...
Max and Min Numbers in C# Using LINQ
LINQ Queries are similar to SQL, So we can use “order by” with desc parametre. After...
Python Program to Find Number of Occurrence of a Character in a...
In this article, we will write a C# program to find number of occurences of a character in string.
Python For Loop Examples
We offen use loop statements for repeating statements. One of that statement is for loop. Here is...
Swap two numbers without using third variable in Python
This python program swaps two numbers using a temporary variable. To swap numbers without using...
Program to Swap 2 Numbers in Python
This Python code swaps 2 Numbers.It obtains two numbers from the user and swaps the numbers using a...
Converting Grams to LBS in C#
In this tutorial we’ll learn How to convert grams to pounds with ounces Firstly we should...
Converting Pounds to Ounces in C#
How many ounces in a pound (oz in lb) How many ounces in a pound (oz in lb). 1 lb in ounces. 1...
Pseudocode to Add Two Numbers
Add Two Numbers Program Pseudocode Algorithm INI BEGIN NUMBER s1, s2, sum OUTPUT("Input number1:")...