English, asked by saumyapiyu, 16 days ago

write a python program to print multiplication table of 4​

Answers

Answered by birochanmali
0

Answer:

class python

{

public static void main ( )

{

int multiply

multiply= 4×1=4,4×2=8,4×3=12,4×4=16,4×5=20,4×6=24,4×7=28,4×8=32,4×9=36,4×10=40;

System.out.println("the multiplication table of 4 is "+multiply);

}

}

I think this will help you and so please like and mark it as the brainliest.

Similar questions