हिंदी

Write a program in Java to generate all the alternate letters in the range of letters from A to Z. - Computer Applications

Advertisements
Advertisements

प्रश्न

Write a program in Java to generate all the alternate letters in the range of letters from A to Z. 

संक्षेप में उत्तर

उत्तर

public class Q3
{ public static void main(String args[])
{ System.out.printIn("Alternate letter from A to Z:");
for (int i = 65; i <= 90; i += 2)
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. 3. | पृष्ठ १७९
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×