Write a Java program to accept a number and print its table.
Answers
Answered by
0
(≡^∇^≡)Hi there(≡^∇^≡)
Explanation:
var a = 0;
var b = 1 ;
for(i=2;i <21,a=i*b++){
console. log(a)}
Similar questions