Program 4: Write a program to print the table
of 12 (upto 5 times only). plss tell I have no time
Answers
Answered by
1
Answer:
class table
{
public static void main(String args[])
{
for(int i=1;i<=5;i++)
System. out. println ("12*"+i+"="+(i*5) ) ;
}
}
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
Math,
2 months ago
Political Science,
9 months ago
Math,
9 months ago
Math,
9 months ago