Logical Programming How to swap two numbers – PHPJune 7, 20200 In PHP we can swap two numbers in two ways-1. Swap two numbers using third variable.2. Swap two numbers using…
Logical Programming How to find LCM of two numbersJune 5, 20200 LCM stands for “Least Common Multiple”.The least common multiple (LCM) of two numbers is the smallest number (not zero) that…