hello !
in c++, you can do this:
int num;
cin >> num;
or
char name[80];
cin.getline"(name, 80);
how do you do it in java?
without using textbox or jobpane dialog box?
i want to do in dos command line?
no graphic popping up....
i know how to use graphic ones..
just wondering if there is a way to do it in using text
(without popping up boxes)..
thanks millions
QB
in c++, you can do this:
int num;
cin >> num;
or
char name[80];
cin.getline"(name, 80);
how do you do it in java?
without using textbox or jobpane dialog box?
i want to do in dos command line?
no graphic popping up....
i know how to use graphic ones..
just wondering if there is a way to do it in using text
(without popping up boxes)..
thanks millions
QB