Write a javascipt code to print tables of numbers from 1 to 10
Answers
Answered by
0
Explanation:
kjhshsuieieeiriororr
Answered by
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
English,
6 months ago
Math,
6 months ago
English,
6 months ago
Environmental Sciences,
1 year ago
History,
1 year ago