How to do a Java code to display the multiplication table? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to do a Java code to display the multiplication table?

18th Jan 2020, 3:20 PM
Nayla M
Nayla M - avatar
2 Antworten
0
I would imagine tables as a two dimensional array. arr[i][j] and increment elements
18th Jan 2020, 3:39 PM
HNNX 🐿
HNNX 🐿 - avatar
0
Ex: algarithm i=2, j= 1 to 10 In loop, Display i * j = (i*j) ;
18th Jan 2020, 3:52 PM
Jayakrishna 🇮🇳