Language
JavaScript
Remove
Platform
Any
License
Any
0
private void reduce()
{
if (num == 0)
{
denom = 1;
return;
}
if (denom
Hi,
Happy new year to you right there, Hope everthimg i s fine with you there...Please I need your help in Developing an Algorithm for a Question to be solved by Laplace Method.
The Question goes...
In the world of IT, competition has become fierce and keeping your edge may require certification. Discover the secrets behind being successful on your SCJP exam.
It is well known that SCJP...
im programing a virus scanner as a project but i cant figuer out the string to scan the c drive for the virus defantions.. i was looking at virus hammer witch is all in javascript and open source but...
hello hello
i would like to help u, i have some knowlegment in it but i'm still learning, i use netbeans 6.5. here is my mail jecpx@hotmail.com
: HI i have a little problem.
: I'm currently working on a little programm for school.
: I dont want to read any strings from my keyboard, but only one key,
: like the CTRL, ALT or the Arrow keys...
: Yeah,but what will be the condition???
: is this correct??
:
: if( str.contains(",")||str.contains(".")||str.contains("!") != true)
:
Not str we copied a word to tmp. So you have to check...
Yeah,but what will be the condition???
is this correct??
if( str.contains(",")||str.contains(".")||str.contains("!") != true)
Hay, guys I am developing a HexEditor in Java 1.6. I have completed the file reading, converting the read bytes to hex and some other functions and GUI works. Now I have to do with the Editor part....
: yeah but what about the puncuation marks??
:
Uhmmmmmmmmmmmmmm...........
You people expecting too much from me.
Here is the logic.
Our allWordsWith(String Text,char letter) function...
need your help guyz...
i have a project in java programming...
i hard to understand...
please help me..
Q1) Define a class called Rental that has the following properties
a) Userid of string...
:need some more help...................... pls doo
Hi…
: I am a final computer science & engineering student going to do my
: final year on Mobile agents. Now I am in the process of learning...
yeah but what about the puncuation marks??
Welll thanks for all that information and best of luck............?
: : I am doing a gui program.
: : How do i sort the words which have only the letter'e' in them??
: : Suppose i have the...
THANNNNNNKKKKKKKKKKKKK YYYYYYYYYYYYYYOOOOOOOOOOOOOOOUUUU but can u explain the logic in the loop please????
Oh and by the way all works fine but for the puncuation part!!!
If i have a string...
: I am doing a gui program.
: How do i sort the words which have only the letter'e' in them??
: Suppose i have the string,"Hello is a pleasing word"
: I want only the words
: 1)Hello
:...
HI i have a little problem.
I'm currently working on a little programm for school.
I dont want to read any strings from my keyboard, but only one key, like the CTRL, ALT or the Arrow keys ofcourse...
I am doing a gui program.
How do i sort the words which have only the letter'e' in them??
Suppose i have the string,"Hello is a pleasing word"
I want only the words
1)Hello
2)Pleasing
HOW DO I...
Im working on a project with internal frames, but I have run into a little issue and was wondering if anyone knew what might have caused this. So I have a frame class that extends InternalFrame....
: Hi..
: Can anybody tell me whether there is Generic API or pakage in Java
: for algorithms (say sorting) that can be applied for the Collection
: Classes (say Vector,
: List..), like in C++...