I need to java code to "Display letter nearest end of alphabet" please help im stuck
2007-03-12
04:00:40
·
6 answers
·
asked by
5789854322379
1
in
Computers & Internet
➔ Programming & Design
I need a code that when I input the following
FAB
RUM
GIN
CAN
YOU
it chooses the "last" letter from the alphetbet for each one
2007-03-12
04:09:48 ·
update #1
Could you please right the code for me I cant even understand it....
2007-03-12
04:14:34 ·
update #2
( For inti <=5
char1 = ?;
char2 = ?;
char3 = ?;
nearest_end(char1,char2,char3)
Is what I have so far
2007-03-12
04:31:07 ·
update #3