Forum: Java
Mar 1st, 2005, 1:20 PM
|
|
Replies: 4
Views: 227
|
Forum: Java
Feb 28th, 2005, 5:12 PM
|
|
Replies: 4
Views: 227
Got an error. Need help!!
:confused:
The code is attached.
I get an warning on the Driver Class section. It asks to run anyways, I say yes. Then get a message saying, unable to find method "main" in the class...
|
Forum: Java
Feb 17th, 2005, 1:06 PM
|
|
Replies: 2
Views: 170
Is this anywhere on the right line??
// The "Voter" class.
public class Voter
{
String VoterNumber // Voter Number
String VoterAge // Voter Age
String VoterType // Voter Type
public...
|
Forum: Java
Feb 16th, 2005, 8:28 PM
|
|
Replies: 2
Views: 170
Project Help!
This program will allow a user to enter Voter information, which will be formatted and tabulated into a final report.
Sample Input and Output:
Enter 4 digit voter number: 1234
Enter Voter Type...
|
Forum: Java
Feb 11th, 2005, 1:57 PM
|
|
Replies: 3
Views: 242
|
Forum: Java
Feb 11th, 2005, 12:59 PM
|
|
Replies: 3
Views: 242
Homework Project Help!
This programm will allow a user to enter Voter information, which will be formatted and tabulated into a final report.
Samle Input and Output:
Enter 4 digit voter number: 1234
Enter Voter Type...
|