Showing posts with label table. Show all posts
Showing posts with label table. Show all posts
Wednesday, February 18, 2015
Java program to display multiplication table of any number

class Table
{
public static void main(String...s)
{
int n,i;
n=Integer.parseInt(s[0]);
for(i=1;i<=10;++i)
System.out.println(n+" * "+i+" = "+(n*i));
}
}
Sunday, February 15, 2015
Strada Pricing Table PSD
.jpg)
Free Download Pricing Table PSD. The main ideas of pricing table is to well inform the potential customer about what the product / services is and explore it without opening more webpages. Enjoy!
Type : PSD
Category : Web Elements
License : Free
Author : Bestuipsd
Download
Subscribe to:
Posts (Atom)