Write a program logic to print 12 to 25 tables(start from loop statements)
Answers
Answered by
0
Answer:
In Java I can write . Just writing the logic.
Explanation:
int n; // the nk. till which u want table.
for(int f=1;f<=n;f++)
{
for(int i=1;i<=f;i++)
{
System.out.println( f+"×" I "=" (n×i));
}
}
Similar questions
Hindi,
4 months ago
English,
4 months ago
Math,
4 months ago
Math,
9 months ago
Computer Science,
9 months ago
Social Sciences,
1 year ago