Posted by: Nas September 16, 2006
Java help
Login in to Rate this Post:     0       ?        
#include using namespace std; main(){ cout<<"Please input 4 digits : "; int input; cin>>input; if(input<1000 ||input>9999){ cout<<"Please input 4 digits between 1000 and 9999 only. "<
Read Full Discussion Thread for this article