By Js web solutions | 09/03/2021
In this example we will learn about prime number. What is prime number and how to check whether a number is prime or not? [...]
By Js web solutions | 07/03/2021
In this tutorial, we will learn how to sort an array in ascending order. mostly in the programming language are provide an inbuilt function for sorting or more. But we will not use that inbuilt method we will use the core method or logic for that. [...]
By Js web solutions | 07/03/2021
In this tutorial we will see how to check a number is even or odd. This is basic type of programs. [...]
By Js web solutions | 07/03/2021
This is a small PHP tutorial on how to calculate the sum of digits using php? Mostly this type of program or logic we have to need where we want to have some effect on alternatively. [...]
By Js web solutions | 22/02/2021
Program to swap two numbers without using a third variable. [...]