Computer Science, asked by kediamamta43, 4 days ago

Write a java program to display multiplication table of 5 using four loop ​

Answers

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