Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-26-2013, 04:00 PM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Programming › C / C++ v
« Previous 1 ... 11 12 13 14 15 Next »

Bantuin Validasinya

Home General Computer Multimedia Business Lounge

Post Reply 
Tweet
Threaded Mode | Linear Mode
Bantuin Validasinya
01-23-2011, 06:03 PM (This post was last modified: 01-23-2011 11:45 PM by wc_umum.)
Post: #1
wc_umum Offline
./Devilz Officer
Posts: 145
Joined: Jun 2010
Reputation: 1
Bantuin Validasinya
hallo om om dan tante tante penghuni DC, aku minta bantuannya buat validasi program pertamaku nih.

Code:
#include <iostream.h>
#include <conio.h>

void main()
{
int x, y;
float kali, bagi, mod, jumlah, kurang;
clrscr();
cout<<"Masukkan Bilangan X : ";
cin>>x;
cout<<"Masukkan Bilangan Y : ";
cin>>y;
kali = x * y;
bagi = x / y;
mod = x % y;
jumlah = x + y;
kurang = x - y;
cout<<"Hasil dari "<<x<<"*"<<y<<"="<<kali<<endl;
cout<<"Hasil dari "<<x<<"/"<<y<<"="<<bagi<<endl;
cout<<"Hasil dari "<<x<<"mod"<<y<<"="<<mod<<endl;
cout<<"Hasil dari "<<x<<"+"<<y<<"="<<jumlah<<endl;
cout<<"Hasil dari "<<x<<"-"<<y<<"="<<kurang<<endl;
getch();
}

Yang di input harusnya angka 1-0, tapi kok huruf a-z dan karakter karakter lain lain masih bisa masuk. :stress
Find all posts by this user
Quote this message in a reply
01-23-2011, 08:46 PM
Post: #2
missblacklist Offline
./Devilz 1st Cadet
Posts: 15
Joined: Nov 2010
Reputation: 0
RE: Bantuin Validasinya
kalo g salah ada fungsi cek validasi num pake isalnum(x) di ctype.h
coba gunain itu sob.
Find all posts by this user
Quote this message in a reply
01-23-2011, 11:48 PM
Post: #3
wc_umum Offline
./Devilz Officer
Posts: 145
Joined: Jun 2010
Reputation: 1
RE: Bantuin Validasinya
tak coba dolo om .
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] Bantuin donk om!! bLacK_LovErs 18 3,386 07-08-2011 09:53 PM
Last Post: qball006_error

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-26-2013, 04:00 PM 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