Computer Science, asked by banku8, 11 months ago

write the program in java script to create a table of 5​​

Answers

Answered by Vyomsingh
1

Answer:

class table

{

public static void main()

{

Int g=5;

for(int n=1;n<=10;n++)

{

Int j=g*n;

System.out.println(g+"*"+n+"="+j);

}

}

}

//Please mark me as brainliest if this programme is error free.

Thank you.

.............................................................

Similar questions