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 Numbers

  1. Home
  2. Java Programs

Write a Java-program to print ASCII values of Numbers

Write a Java-program to print ASCII values of Numbers

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

Output:

0 = 48
1 = 49
2 = 50
3 = 51
4 = 52
5 = 53
6 = 54
7 = 55
8 = 56
9 = 57





More Questions


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
108 . Write a Java-program to print Factorial Number using return type with 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 to check if a positive number is a palindrome or not

Write a Program to find second largest number in an array

Write a java Program to check given matrix is null matrix

Write a java program to add two matrix

Write a Java program to print the sum of two numbers

Python Practice Programs

Write a Python Program To Find ASCII value of a character.

Write a Python Program to Display the multiplication Table.

Write a Python program that concatenates all elements in a list into a string and returns it.

Python Program to Replace all Occurrences of ‘a’ with $ in a String

Write a Python program that checks whether a specified value is contained within a group of values.

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 - 10

Java Quiz - 5

Java Quiz - 3

Java Quiz - 15

Java Quiz - 12

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