Computer Science, asked by banku8, 10 months ago

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

Answers

Answered by Vyomsingh
2

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.

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

Read more on Brainly.in - https://brainly.in/question/11364798#readmore

Similar questions