This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tampilkan postingan dengan label program perkalian dngn for. Tampilkan semua postingan
Tampilkan postingan dengan label program perkalian dngn for. Tampilkan semua postingan

Senin, 05 Maret 2012

program perkalian dngn for

#include <stdio.h>
#include <iostream.h>
#include <conio.h>

int main () {
    int i,j,k;
    for(i=1;i<=9;i++) {
       for(j=1;j<=5;j++){
         k=i*j;
         printf("%dx%d=%d\t ",j,i,k);
       }
       printf("\n");
    }
    printf("\n\n");
    system("pause");
    return(0);
}

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More