0% found this document useful (0 votes)
4 views2 pages

Simple Loop Based Questions Formatted

The document contains a list of Java programming exercises aimed at Class 10 ICSE students, focusing on loop-based patterns. Each exercise requires the creation of a specific pattern using loops, including star patterns, number displays, and letter pyramids. The tasks are designed to enhance students' understanding of loops and pattern generation in Java.

Uploaded by

vaishnevi.school
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Simple Loop Based Questions Formatted

The document contains a list of Java programming exercises aimed at Class 10 ICSE students, focusing on loop-based patterns. Each exercise requires the creation of a specific pattern using loops, including star patterns, number displays, and letter pyramids. The tasks are designed to enhance students' understanding of loops and pattern generation in Java.

Uploaded by

vaishnevi.school
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Simple Loop Based Questions (Class 10 ICSE – Java)

1. Printing Star Vertically


Write a Java program using loops to generate the required pattern.

2. Printing Star Horizontally


Write a Java program using loops to generate the required pattern.

3. Printing Stars in 2 Rows and 5 Columns


Write a Java program using loops to generate the required pattern.

4. Displaying Numbers (Row-wise)


Write a Java program using loops to generate the required pattern.

5. Displaying Numbers (Column-wise)


Write a Java program using loops to generate the required pattern.

6. Triangle Shaped Pyramid (C <= R, Print Columns)


Write a Java program using loops to generate the required pattern.

7. Triangle Shaped Pyramid (C <= R, Print Rows)


Write a Java program using loops to generate the required pattern.

8. Difference Between Row-wise and Column-wise Patterns


Write a Java program using loops to generate the required pattern.

9. Triangle Shaped Number Pyramid (Rows Logic)


Write a Java program using loops to generate the required pattern.

10. Letter Pyramid (A, AB, ABC, ABCD)


Write a Java program using loops to generate the required pattern.
11. Letters and Their Respective Unicode Values
Write a Java program using loops to generate the required pattern.

12. Pattern: 1, 11, 111, 1111, 11111


Write a Java program using loops to generate the required pattern.

13. Floyd’s Triangle


Write a Java program using loops to generate the required pattern.

14. Specific Output Based Pattern


Write a Java program using loops to generate the required pattern.

You might also like