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 membuat jumlah hati (for. Tampilkan semua postingan
Tampilkan postingan dengan label program membuat jumlah hati (for. Tampilkan semua postingan

Senin, 05 Maret 2012

program membuat jumlah hati (for,if-else)

#include <stdio.h>
#include <stdlib.h>

int main () {
    int n,d;
    printf("silahkan masukan jumlah hati: "); scanf("%d",&n);
       for(d=1;d<=n;d++){
         putchar(3);
         }
        
         if(n==1)printf("-%d heart",n);
         else printf("-%d hearts",n);
  
   
    printf("\n\n");
    system("pause");
    return(0);
}

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More