You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Java Program to Find ASCII Value of a character
//In this program,you'll learn to find and display the ASCII value of a character in Java.This is done using type-casting and normal variable assignment operations.