Would like for someone to check this to see if works and any help if it does not

Reply

Join Date: Oct 2004
Posts: 4
Reputation: cltc72 is an unknown quantity at this point 
Solved Threads: 0
cltc72 cltc72 is offline Offline
Newbie Poster

Would like for someone to check this to see if works and any help if it does not

 
0
  #1
Oct 30th, 2004
i wrote a program to help input User ID's for a system admin can any one check the code to seewhat wrong with it

thank you
Last edited by alc6379; Oct 30th, 2004 at 7:31 pm. Reason: removed email address
Attached Files
File Type: java TestUserAccount.java (1.4 KB, 8 views)
File Type: java UserAccount.java (2.6 KB, 8 views)
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 348
Reputation: paradox814 is an unknown quantity at this point 
Solved Threads: 4
paradox814's Avatar
paradox814 paradox814 is offline Offline
Posting Whiz

Re: Would like for someone to check this to see if works and any help if it does not

 
0
  #2
Oct 31st, 2004
the UserAccount.java file was just flat out riddled with errors, I tried to correct some but ulitmately you need to learn to take more time with the java syntax

here are some corrections that should hopefully get you on your way:
Follows these steps in order on file UserAccount.java

1.) Remove the curly brace "}" on line 13 and move it to line 103
2.) change line 15 from "userAccount()" to "UserAccount()"
3.) change line 68 from "word,append" to "word.append"
4.) add a "+" to the end of line 97 and 98
5.) change getUserNameV1Mirror()"\n" to getUserNameV1Mirror()+"\n"
6.) remove the asterick (*) from line 100 and change it to a +
7.) change line 44 "Stringbuffer" to "StringBuffer"
8.) change line 61 from "lastname" to "lastName"

I am not going to go any further on this as there were still plenty of errors
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 4
Reputation: cltc72 is an unknown quantity at this point 
Solved Threads: 0
cltc72 cltc72 is offline Offline
Newbie Poster

Re: Would like for someone to check this to see if works and any help if it does not

 
0
  #3
Nov 1st, 2004
thanks for the help it helped out a little but still alot of errors trying to work them out
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC