Question: Q 1 ( 2 . 5 marks ) : Write a simple PHP code to Create a two - dimensional array that consist of three
Q marks:
Write a simple PHP code to Create a twodimensional array that consist of three elements with the following keys and values:
tablelanguageLowhighAssemblyLowJavahighPHPhigh
Use nested foreach to print the array elements which should produce an output like the following:
Assembly, Low,
Java, high,
PHP high,
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
