Learn how to find student grades using if-else in C++. The C++ program will take the marks of the students as input and print the grades.
ReadDart program to check if any or every element of a list satisfy a specific condition or not.
ReadThis post will show you how to find the largest of three numbers in C++. The program will take the numbers as input from the user and print out the result.
ReadThis post will show you how to convert decimal to binary in C++. Decimal is a base 10 and binary is a base 2 number system.
ReadLearn how to validate an email in Android(Kotlin) in different ways. We will learn how to use a regular expression, Pattern class,and extension function with examples for each.
Readrepeat is used to repeat any one function for a specific amount of time in Kotlin. This post will show you how to use repeat with example.
ReadC++ program to find the sum of digits in a string in two different ways. The program will take the string as input from the user and print the sum of all digits found in that string.
ReadLearn how to use default parameters in kotlin constructor and how to initialize a class by using default parameters.
ReadC++ tutorial to delete a file. This post will show you how to delete a file in C++.
Readlog2 method of Numpy is used to find out the base-2 logarithm of an array of numbers. This post will show you how to use log2 method with example.
Read