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

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));
}
}
Read more »

Sunday, February 15, 2015

Strada Pricing Table PSD

Strada Pricing Table PSD

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
Read more »