Computer Science, asked by vartika49, 9 months ago

WAP in Java to print the table of the input. format should be: 2*1=2​


Anonymous: Hyyy hiii
Anonymous: May I ask
vartika49: what??
vartika49: farhan.... what do you wanna ask...?

Answers

Answered by genious1212
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