Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 06-19-2013, 07:59 AM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Programming › C / C++ v
« Previous 1 ... 5 6 7 8 9 ... 15 Next »

program nilai raport sederhana c++

Home General Computer Multimedia Business Lounge

Post Reply 
Tweet
Threaded Mode | Linear Mode
program nilai raport sederhana c++
07-01-2011, 02:05 PM
Post: #1
qball006_error Offline
>SisWa.EsemKa2^RpL<
Posts: 571
Joined: May 2011
Reputation: 35
Rainbow program nilai raport sederhana c++
Quote:# include <iostream.h>
# include <conio.h>
# include <stdio.h>
# include <windows.h>

void main ()

{
HANDLE hConsole;
char nm[20],kls[20],predikat[8];
char*lulus="lulus";
int nilai1,nilai2,nilai3,na,clr;
hConsole = GetStdHandle(STD_OUTPUT_HANDLE);

if(clr= 97)
{
SetConsoleTextAttribute(hConsole,clr);
cout<<"---------------------------------\n";
cout<<"siapa nama anda:";
cin>>nm;
cout<<" anda kelas berapa:";
cin>>kls;
cout<<"berapa nilai harian anda :";
cin>>nilai1;
cout<<"berapa nilai semester anda :";
cin >>nilai2;
cout<<"berapa nilai akhir semester:";
cin >> nilai3;
na=(nilai1+nilai2+nilai3)/3;
if (na>75)
{cout<<" lulus";
}
else
{cout<<"tidak lulus";
}
cout<<"---------------------------------\n";
cout<<"data yg kami trima di pc kami:\n";
cout<<"nama anda adalh:"<<nm<<endl;
cout<<"anda kelas:"<<kls<<endl;
cout<<"nilai akhir anda:"<<na<<endl;
}
}



[Image: EKSEKUSI%2BC%252B%252B.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
07-01-2011, 02:12 PM
Post: #2
mariachi Away
has been reboot
**
Moderators
Posts: 2,436
Joined: Nov 2010
Reputation: 69
RE: program nilai raport sederhana c++
hmm.... bole... bole... bole.... belajar
Find all posts by this user
Quote this message in a reply
07-01-2011, 02:15 PM
Post: #3
qball006_error Offline
>SisWa.EsemKa2^RpL<
Posts: 571
Joined: May 2011
Reputation: 35
RE: program nilai raport sederhana c++
boleh apanya nie gan
Visit this user's website Find all posts by this user
Quote this message in a reply
07-01-2011, 03:16 PM
Post: #4
ongoltse Offline
I'am Devilzc0der
Posts: 187
Joined: Sep 2010
Reputation: 2
RE: program nilai raport sederhana c++
Keren gan...
Tp pnya ebook c++ buat orang awam versi indo ga om?
Masih newbie nie om..maaf OOT.
Thanks before.
Visit this user's website Find all posts by this user
Quote this message in a reply
07-01-2011, 03:21 PM
Post: #5
qball006_error Offline
>SisWa.EsemKa2^RpL<
Posts: 571
Joined: May 2011
Reputation: 35
RE: program nilai raport sederhana c++
(07-01-2011 03:16 PM)ongoltse Wrote:  Keren gan...
Tp pnya ebook c++ buat orang awam versi indo ga om?
Masih newbie nie om..maaf OOT.
Thanks before.

sori gan ane gax punya
Visit this user's website Find all posts by this user
Quote this message in a reply
07-01-2011, 06:00 PM
Post: #6
eko.lancer31 Offline
Newbie-BoetuN
Posts: 454
Joined: Jun 2011
Reputation: 6
RE: program nilai raport sederhana c++
boleh ni Gan.. mantap
Find all posts by this user
Quote this message in a reply
07-01-2011, 07:33 PM
Post: #7
qball006_error Offline
>SisWa.EsemKa2^RpL<
Posts: 571
Joined: May 2011
Reputation: 35
RE: program nilai raport sederhana c++
boleh"""":ngakakngakakngakakngakak
Visit this user's website Find all posts by this user
Quote this message in a reply
02-25-2012, 03:32 PM (This post was last modified: 02-25-2012 03:33 PM by RieqyNS13.)
Post: #8
RieqyNS13 Offline
./Devilz Officer
Posts: 153
Joined: Dec 2011
Reputation: 49
RE: program nilai raport sederhana c++
itu code nya dicompile pke apaan ya ??
klo ane compile pke Dev-C++, hrus masukin using namespace std dulu, tpi yg itu kok gak dkasih
Visit this user's website Find all posts by this user
Quote this message in a reply
02-25-2012, 06:56 PM
Post: #9
gandeso Offline
./Devilz Officer
Posts: 166
Joined: Jul 2011
Reputation: 4
RE: program nilai raport sederhana c++
om qball lagi aja..calon programmer nih..amin
mantap nice tutor om buat pemula.
thank for share.
Find all posts by this user
Quote this message in a reply
03-16-2012, 06:04 PM
Post: #10
qball006_error Offline
>SisWa.EsemKa2^RpL<
Posts: 571
Joined: May 2011
Reputation: 35
RE: program nilai raport sederhana c++
(02-25-2012 06:56 PM)gandeso Wrote:  om qball lagi aja..calon programmer nih..amin
mantap nice tutor om buat pemula.
thank for share.

amin om thanks doanya
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Ask] Buat Program the_critical 13 356 02-05-2013 08:17 PM
Last Post: the_critical
  kalkulator sangat sederhana c++ rusdy 8 232 12-17-2012 02:46 PM
Last Post: rusdy
  [Tutor] Send Mail Gmail & Yahoo dengan Program C# kadoel 8 253 12-17-2012 09:27 AM
Last Post: kadoel
  [Tutor] Program Send Mail dengan C# kadoel 18 392 12-15-2012 07:20 PM
Last Post: hazel
Thumbs Up [Tutor] Program Urutkan Data dengan metode insertion sort chentiz 4 167 12-10-2012 10:18 PM
Last Post: chentiz
  [Tutor] Program Penghitung Jarak Tempuh dan Konsumsi BBM (galon/mil) hitheir 9 271 12-02-2012 09:36 PM
Last Post: bari
  [ASK] program stack (need fast) chaosloki 10 273 11-14-2012 11:36 PM
Last Post: momoi
  Program pertama c++ ane(hanya share) Faizal97 4 161 11-06-2012 09:53 PM
Last Post: Faizal97
  [Ask] Penjelasan Program Ini Gimana Ya?? littleshadow 6 347 10-28-2012 05:40 PM
Last Post: momoi
  Game C Sederhana - Lubang Cacing crowja 5 635 10-26-2012 11:01 AM
Last Post: d3m3nt012

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 06-19-2013, 07:59 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE