I have to add all the ascii values of a 3 character string. Can you help me out? i need it in java. I assume theres some easy way to do it, but i cant find it in our text book.
2007-10-16
03:10:03
·
3 answers
·
asked by
buckeyefan1191
3
in
Computers & Internet
➔ Programming & Design
That code will only work with a string that is just integers wont it. Im looking for the ASCII values. like i know that A is equal to 101 and Z is equal to 132.
I just dont know how to get java to do this for me without a ton of if then statements.
2007-10-16
03:32:10 ·
update #1