Forum: Java
Jan 8th, 2006, 5:32 PM
|
|
Replies: 4
Views: 182
|
Forum: Java
Jan 7th, 2006, 10:07 PM
|
|
Replies: 4
Views: 182
Multi D Arrays
I was just wondering how one would sort and search a multi-D array?
I can do it with single, but I can't with multi.
This doesn't work:
public void sort() {
int temp;
for (int i = 0; i <...
|
Forum: Java
Dec 21st, 2005, 10:33 AM
|
|
Replies: 1
Views: 140
Exiting?
What is the command for the program to exit?
System.exit?
|
Forum: Project Ideas
Nov 29th, 2005, 11:08 AM
|
|
Replies: 23
Views: 433
|
Forum: Java
Nov 29th, 2005, 10:50 AM
|
|
Replies: 27
Views: 750
|
Forum: Java
Nov 27th, 2005, 10:58 PM
|
|
Replies: 27
Views: 750
I don't know what's wrong with showing all the...
I don't know what's wrong with showing all the numbers..
When I print them in the same method as they are generated in (main method) it works fine, but when I pass them to the menu method and print...
|
Forum: Java
Nov 27th, 2005, 10:17 PM
|
|
Replies: 27
Views: 750
|
Forum: Java
Nov 27th, 2005, 9:41 PM
|
|
Replies: 27
Views: 750
|
Forum: Java
Nov 27th, 2005, 6:07 PM
|
|
Replies: 13
Views: 416
You are calling methods in a class. The...
You are calling methods in a class. The Dice1.roll(); is being called, yet you have no method called Dice1.roll or Dice2.roll...What exactly are you trying to do with this program?
|
Forum: Java
Nov 27th, 2005, 6:01 PM
|
|
Replies: 27
Views: 750
|
Forum: Java
Nov 27th, 2005, 5:22 PM
|
|
Replies: 27
Views: 750
|
Forum: Java
Nov 27th, 2005, 5:05 PM
|
|
Replies: 27
Views: 750
|
Forum: Java
Nov 27th, 2005, 3:13 PM
|
|
Replies: 27
Views: 750
|
Forum: Java
Nov 27th, 2005, 2:17 PM
|
|
Replies: 27
Views: 750
Median/Mode in arrays? {Need help}
Hi, I am fairly new to Java Programming, as well as these forums..but I am having a problem in which I need help.
Our class assignment is to make a program which random numbers are generated into an...
|