Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~124 People Reached
Favorite Forums
Member Avatar for david31337

[code]try { for (int j=0; j < length; j++) { int indx = s.indexOf(text.charAt(j)); if (indx >= 27 && indx <= 36) { code += ((indx + key)%26); } else { code += s.charAt((indx + key)%36); } } }[/code] Hi, Im pritty new to java, I wrote this code and …

Member Avatar for david31337
0
124