task14
create an array and print it’s elements using foreach loop
red
green
blue
yellow
task14.1
-Create an multi dimensinal array and print that elements in the form of tables
ID |
Name |
Place |
Salary |
---|
1 | John | Seattle | 50000 |
2 | Jane | New York | 60000 |
3 | Bob | Los Angeles | 70000 |
task14.2
create an assosiative arry of your family members and their names
Name | Relationship |
---|
Venu | Father |
Thanka | Mother |
Vinod | Brother |