Data conversion of small Java experiments

Source: Internet
Author: User
Tags mail exchange

See someone ask the program, went to write a few lines of code, by the way review the conditional statement and ASCII code

1 ImportJava.util.Scanner;2  Public classTest1 {3 4      Public Static voidMain (string[] args)5     {6Scanner sc =NewScanner (system.in);7System.out.print ("Enter an ASCII value:");8         intASCII =sc.nextint ();9 sc.close ();Ten         CharCH = (Char) ASCII; One         //Turn ' a ' ~ ' z ' to ' a ' ~ ' Z ' A         if(Ch >= ' a ' && ch <= ' Z ') -         { -System.out.println ((Char) (ch-32)); the         } -         //Turn ' a ' ~ ' z ' to ' a ' ~ ' Z ' -         Else if(Ch >= ' A ' && ch <= ' Z ') -         { +System.out.println ((Char) (ch+32)); -         } +         //output 0~9 in ' 0 ' ~ ' 9 ' A         Else if(Ch >= ' 0 ' && ch <= ' 9 ') at         { - System.out.println (CH); -         } -         //Output "+-*/" -         Else if(ch = = ' + ' | | ch== '-' | | ch = = ' * ' | | ch = = '/')) -         { inSystem.out.println ("belongs to arithmetic operator"); -         } to         //output "illegal characters" +         Else -         { theSYSTEM.OUT.PRINTLN ("illegal character"); *         } $     }Panax Notoginseng}

Conv New, published in the blog Park

Reprint please indicate the source, welcome mail exchange:[email protected]

Data conversion of small Java experiments

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.