• Skip to content
  • Skip to primary sidebar
  • Skip to footer

ITechOasis

Ease Your IT+Tech Experience !

  • Home
  • Development
    • Java
    • Python
  • Testing
    • Automation
  • Data Science
    • Artificial intelligence
    • Machine Learning
    • Deep Learning
  • MS Office
    • Microsoft Excel
  • Tech ++
    • Windows
    • Blogging
    • Online Suite
  • Log In
You are here: Home / Development / Print ASCII Values in Java

January 14, 2019 By ITechOasis Leave a Comment

Print ASCII Values in Java

public static void main(String[] args) {

    // Print ASCII Values : 7 bytes = 128 Values = 0 to 127

    for (int i=0; i <=127;i++) {

        System.out.printf("%d = %c", i,i);
        System.out.println();

    }

}

Filed Under: Development

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Advertisement



Categories

Tags

affiliate Amazon Anaconda bookmark Bug Bug Tracking Chrome Conference Developer Docs Eclipse Email Excel 2013 Excel Advanced Excel Macro Facebook FTP Gif Recorder Google Google Adsense Hostgator India Information Technology Instagram java keras Keyboard Shortcuts Machine Learning Microsoft MNIST Mozilla Firefox Productivity Python Safety Security Selenium TensorFlow Test Coverage Tips & tricks TipsAndTricks Tools troubleshooting windows Windows 7 Windows 10

Footer

  • About Us
  • Advertise
  • Disclaimer
  • Privacy Policy
  • Terms and Services

Creative Commons License
ITechOasis.com is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

© Copyright 2015-2019 ITechOasis Training & Solutions · All Rights Reserved ·