MSK Technologies

Home
Practice Programs
Java Programs Python Programs Java Quiz
Pages
Python Java Material PLSQL Material
Search A Job

Write a Java-program to print ASCII values of A to Z

  1. Home
  2. Java Programs

Write a Java-program to print ASCII values of A to Z

Write a Java-program to print ASCII values of A to Z

Program
public class Main
{
    public static void main(String args[])
    {
        char ch;
        for(ch='A';ch<='Z';ch++)
        {
            System.out.println(ch+" = "+(int)ch);
        }
    }
}	

Output:

A = 65
B = 66
C = 67
D = 68
E = 69
F = 70
G = 71
H = 72
I = 73
J = 74
K = 75
L = 76
M = 77
N = 78
O = 79
P = 80
Q = 81
R = 82
S = 83
T = 84
U = 85
V = 86
W = 87
X = 88
Y = 89
Z = 90





More Questions


97 . Write a Java-program to print ASCII values of A to Z
98 . Write a Java-program to print ASCII values of Numbers
99 . Write a Java-program to print ASCII values of symbols
100 . Write a Java-program to print global and local variables
101 . Write a Java-program to print Max Number using no return type with no parameterized method
102 . Write a Java-program to print Max Number using no return type with parameterized method
103 . Write a Java-program to print Max Number using return type with no parameterized method
104 . Write a Java-program to print Max Number using return type with parameterized method
105 . Write a Java-program to print Factorial Number using no return type with no parameterized method
106 . Write a Java-program to print Factorial Number using no return type with parameterized method
107 . Write a Java-program to print Factorial Number using return type with no parameterized method


Interview Questions

Java Interview Questions

Python Interview Questions

Oracle Interview Questions

100 Most Asked Java Interview Questions and Answers

HR Interview Questions and Answers

Top 50 OOPS Interview Questions & Answers

Apply For The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Java Practice Programs

400 Java Programs

Java Practice Programs

Write a Java program that takes two numbers and display the product of two numbers

Write a Java program to check if a positive number is a palindrome or not

Write a Java program to print ‘Hello World!’ on screen

Write a Java program to compute the square root of an given integer

Write a Java program to convert a decimal number to binary numbers

Python Practice Programs

Write a Python program to remove duplicates from a list

Write a Python program that calculates the area of a circle based on the radius entered by the user.

Write a python program to counting item occurrences

Write a Python Program to Find Factorial of Number Using Recursion.

Write a Python Program to Check if a Number is Positive, Negative or Zero.

Interview Questions

Java Interview Questions

Python Interview Questions

Oracle Interview Questions

100 Most Asked Java Interview Questions and Answers

HR Interview Questions and Answers

Top 50 OOPS Interview Questions & Answers

Java Quiz

Java Quiz - 6

Java Quiz - 4

Java Quiz - 14

Java Quiz - 2

Java Quiz - 22

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
Newsletter

Dolor amet sit justo amet elitr clita ipsum elitr est.

© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs