. Output: Simple half pyramid is easy as we need to handle the numbers, * or the characters we are printing, but for the reverse pyramid, we need to first print the spaces and then the pattern, which is (*) in our case. Please write comments if you find anything incorrect or you want to share more information about the topic discussed above. In this tutorial we will learn how to print the alphabet mirror image pattern. How to Print Pattern in Java. AffineTransform.rotate() - how do I xlate, rotate, and scale at the same time? Java pattern program enhances the coding skill, logic, and looping concepts. 5. Do peer-reviewers ignore details in complicated mathematical computations and theorems? Java Program to Print Mirror Upper Star Triangle Pattern - GeeksforGeeks Java Program to Print Mirror Upper Star Triangle Pattern Difficulty Level : Easy Last Updated : 24 Jul, 2022 Read Discuss Courses Practice Video The pattern has two parts - both mirror reflections of each other. Star Patterns 4.1. In this example n=5, for i=1 i<=n is true, so in 1st inner loop for j=0 j