myseleniumtraining
This blog is for Automation Test Engineers
Home
Sunday, 27 August 2017
program to print multiplication table
int n,c;
int n=5;
for(c=1;c<=10;c++)
{
System.out.println(n+"*"+c+"="(n*c));
}
Email This
BlogThis!
Share to X
Share to Facebook
By Chai on August 27, 2017
0
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment