Ascii Finder

Published on November 2016 | Categories: Documents | Downloads: 47 | Comments: 0 | Views: 191
of 1
Download PDF   Embed   Report

ascii finder in java (command line version)

Comments

Content

import java.io.*; import java.lang.*; class ascii_finder { public static void main(String a[]) { int ascii=(int) a[0].charAt(0); System.out.println(ascii); } }

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close