Computer Science, asked by sairahul2484, 1 year ago

Write a javascipt code to print tables of numbers from 1 to 10

Answers

Answered by prajwal1248
0

Explanation:

kjhshsuieieeiriororr

Answered by Kushalsai26
0

Answer:

for(let a = 1;a<10;a++){

   for(let b = 1;b<10;b++){

       document.write(a + "*" + b + " = " + a*b)

   }

}

Hope it helps you

Please mark me as brainliest

Explanation:

Similar questions