angela brown

Greenhorn
+ Follow
since Oct 07, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by angela brown

sorry, my name is now changed.
thanks for responding people. i don't supposed anyone would want to convert this to java for me, would they? (I've never been taught c++)

[ October 25, 2003: Message edited by: Dirk Schreckmann ]
20 years ago
are there any free programs out there that converts C++ code into java?
20 years ago
Thanks for responding, it's working now I'm a little rusty with Java and unfortunately I'm taking a data stuctures class that uses Java, so I may have more questions
20 years ago
I need to generate a random number between -99 to 99, how do I code this? This is what I have so far, but it always comes out negative
Random gererator=new Random();
num1=Math.abs(generator.nextInt()) % 99 + -99;
How do I fix it?
20 years ago