Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2298

Re: Increase character by one

Newsgroups comp.lang.java.help
Date 2012-11-29 16:30 -0800
References <dbedebbb-8dc6-46ce-a96e-5f60d08c8317@64g2000hsu.googlegroups.com> <05234a5f-767b-41a0-af42-143277e8e793@googlegroups.com>
Message-ID <84399d75-ba7d-4daa-9a63-7244e0123820@googlegroups.com> (permalink)
Subject Re: Increase character by one
From Lew <lewbloch@gmail.com>

Show all headers | View raw


On Thursday, November 29, 2012 3:43:32 PM UTC-8, kkusk...@gmail.com wrote:
> import java.io.* ;
> public class ws6q3 {

Class name violates coding conventions.

> 	public static void main(String [] args){
> 
> 	char L1 = 'D' ;
> 	char L2 = 'o' ;
> 	char L3 = 'n' ;
> 
> 	L1++ ;
> 	L2++ ;		
> 	L3++ ;
> 
>         System.out.print(+L1+L2+L3) ;
> 	}
> }

How startlingly parochial of you, and it clearly indicates you didn't read any of the posts 
in this four-year-old thread.

http://www.unicode.org/reports/tr10/
to educate yourself.

What should be next after 'รถ'?

That depends on what language you're sorting.

-- 
Lew

Back to comp.lang.java.help | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Increase character by one kkuskiukss@gmail.com - 2012-11-29 15:43 -0800
  Re: Increase character by one Lew <lewbloch@gmail.com> - 2012-11-29 16:30 -0800

csiph-web