Breaking News
Loading...
Sabtu, 19 Maret 2016

Membuat Huruf F

Hello...udah bosen buat program C++ dengan menghitung ..sekarang kita refresh dulu membuat huruf F dengan program C++. Penasaran??? ini dia..

Membuat Huruf F dengan Dev C++ :


#include <iostream>
#include <conio.h>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char** argv) {

  char a='*';
  int f,i,c;

  cout<<"masukan nilai tinggi:";
  cin>>f;
  for(i=1; i<=f; i++){
  cout<<a;
  if(i==1)
  for(c=1; c<=3; c++)
  cout<<a;
  if(i==3)
  for(c=1; c<=3; c++)
  cout<<a;
  cout<<endl;
  }
getch ();
 
Jika sudah hasil Compile-nya akan seperti ini :
 
 Selamat Mencoba kawan \m/

0 komentar:

Posting Komentar

Copyright © 2014 My Blog My Adventure All Right Reserved