Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:請問怎樣寫一個A~Z 對應 0~25 [Re:angus203]
hualee





发贴: 17
积分: 0
于 2005-10-30 15:28 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
个人简单思路:转换成ascII码,判断其大小写。再计算:输入字符值减去第一个A或a,既输出为0~25。
不过我有个疑问问其他大哥,怎样把单个字符全部转换成小写?
代码:

import java.io.*;
public class Test
{
public static void main(String[] args) throws IOException
{
char a;
int c;
System.out.println(“please input a char");
a=(char)System.in.read();
c=a;
if (97<=c && c<=122)
{
c=c-97;
System.out.println(c);}
else
{ c=c-65;
System.out.println(c);}  
  }  
  }


why edited on 2005-10-30 21:55


关于女孩子从事软件开发的问题

话题树型展开
人气 标题 作者 字数 发贴时间
8643 請問怎樣寫一個A~Z 對應 0~25 angus203 27 2005-10-30 12:04
6954 Re:請問怎樣寫一個A~Z 對應 0~25 hualee 476 2005-10-30 15:28
6960 Re:請問怎樣寫一個A~Z 對應 0~25 angus203 38 2005-11-01 07:56
6984 Re:請問怎樣寫一個A~Z 對應 0~25 bluecrystal 134 2005-11-01 12:54
6892 Re:請問怎樣寫一個A~Z 對應 0~25 hualee 5 2005-11-02 22:49
6885 Re:請問怎樣寫一個A~Z 對應 0~25 hualee 22 2005-11-02 22:50
6838 Re:請問怎樣寫一個A~Z 對應 0~25 qichuan 219 2005-11-03 21:51
6699 Re:請問怎樣寫一個A~Z 對應 0~25 truthawp 71 2005-11-04 17:21
6828 Re:請問怎樣寫一個A~Z 對應 0~25 gysunny 58 2005-11-05 11:36
6788 Re:請問怎樣寫一個A~Z 對應 0~25 qichuan 116 2005-11-05 12:40
7015 Re:請問怎樣寫一個A~Z 對應 0~25 hualee 29 2005-11-07 22:03

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923