Write a java program to display multiplication table of 5 using four loop
Answers
Answered by
3
Using Java while Loop
import java.util.Scanner;
public class PrintTable.
{
public static void main(String args[])
{
// number n for which we have to print the.
// multiplication table.
Scanner sc = new Scanner(
Similar questions
Social Sciences,
2 days ago
Math,
2 days ago
English,
4 days ago
Science,
8 months ago
Math,
8 months ago