what is the output of the following code? =6; var iMax var jMax = 3; var f = new Array (); for (i=0;i

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 9RQ
icon
Related questions
Question
what is the output of the following code?
var iMax = 6;
var jMax
var f = new Array () ;
for (i=0;i<iMax;i++) {
f[i]=new Array () :
for (j=0;j<jMax;j++) {
f[i][j]=j-i;
}}
document.write(f[3][0]);
Answer:
Transcribed Image Text:what is the output of the following code? var iMax = 6; var jMax var f = new Array () ; for (i=0;i<iMax;i++) { f[i]=new Array () : for (j=0;j<jMax;j++) { f[i][j]=j-i; }} document.write(f[3][0]); Answer:
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT