Pattern program in PHP
Below, there are some patterns related to star, number and alphabets that are also asked in interview to test your logic. Some below:
Below, there are some patterns related to star, number and alphabets that are also asked in interview to test your logic. Some below:
Goto Mysql and then typecreate database weblab;use weblab; create table student(usnvarchar(10),name varchar(20),address varchar(20));*************************
Output: the first matrix: 1 2 34 5 6 7 8 9 the second matrix:7 8 9 4 5 61 2 3 the transpose of the first matrix: 1 4…
SIMPLE CALCULATOR > First Number: Second Number:
REFRESH PAGE Total number of views: 10
There are two methods for swapping: By using third variable. Without using third variable. Swapping Using Third Variable Swapping Without using Third VariableSwap two numbers without using a third variable…
Armstrong number is a number that is equal to the sum of cubes of its digits. For example 0, 1, 153, 370, 371 and 407 are the Armstrong numbers. Let’s try to…
The factorial of a number n is defined by the product of all the digits from 1 to n (including 1 and n). Here we write program, how to print…