मराठी

Write a program in Java to input a character. Display next 5 characters. - Computer Applications

Advertisements
Advertisements

प्रश्न

Write a program in Java to input a character. Display next 5 characters. 

थोडक्यात उत्तर

उत्तर

import java.util.*;
public class Q2
{
public static void main(String args[])
{Scanner in = new Scanner(System.in);
char ch;
System.out.println("Enter a character");
ch = in.next().charAt(0);
for (int i = ch + 1; i <= ch + 5; i++)
System.out.println((char) i);
}}
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 2: Library Classes - EXERCISES [पृष्ठ १७९]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
पाठ 2 Library Classes
EXERCISES | Q VIII. 2. | पृष्ठ १७९
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×