WAP in Java to print the table of the input. format should be: 2*1=2
Anonymous:
Hyyy hiii
Answers
Answered by
2
Answer:
Explanation:
class abc
{
public staitc void main(String args[])
{
int i,a,c;
a=2;
for(i=1;i<=10;i++)
{
c=a*i;
System.out.println(a+"*"+i"="+c);
}
}
}
Please mark it BRAINLIEST
Similar questions