I'm very new in Programming.
This is what I've done but the output is only 111111....1.
I try to insert char current = '1', '2', '3', '4', '5', '6' but it wouldn't work also.
I know my understanding in Programming is really terrible. Please help.
Thanks.
public class Alphabet
{
public static void main(String[] args)
{
char current = '1';
for(int...
User Profile
Collapse
Leave a comment: