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
~140 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for kushashok

[code]import java.util.Scanner; class example{ public static void main(String args[]){ Scanner in = in.next(.charAt(0)); char ch=''; if(ch>='A'&& ch<='Z') { System.out.println("the character is uppercase"); } else if(ch>='a' && ch<='z') { System.out.println("the character is lowercase"); } else { System.out.println("some special character"); } } }[/code] plz tell me the way to accept a character …

Member Avatar for mitchiexlolz
0
140