Scripting LanguageTU Board 2023
What is an associative array? Write a PHP program to create a multidimensional array that holds the marks of five subject like Operating system, Scripting, Numerical method, DBMS, Software…
5What is an associative array? Write a PHP program to create a multidimensional array that holds the marks of five subject like Operating system, Scripting, Numerical method, DBMS, Software Engineering and of three student Anshis, Jayanti, Niraj. Then display the average marks of each student.
A worked answer is on its wayMeanwhile, read the Scripting Language notes for this topic.
Discussion
Loading…
More Scripting Language questions
Write the code to create and remove new list item into Unordered list dynamically into JavaScript DOM. [5]TU Board 20265What is Ajax? Write code to check if phone is available or not into signup form using Ajax? [1+4]TU Board 20265What is JS arrow function? Explain use of forEach() and map() method in JavaScript. [1+4]TU Board 20265What is session? Describe how can we relate session with cookie? [1+4]TU Board 20265What is CMS? Describe major features of CMS. [1+4]TU Board 20265Describe different types of arrays in PHP with proper example. [5]TU Board 20265