Question: Write a Java program that asks user to enter a number and gives an output of triangle pattern which contains stars (*) and pluses

Write a Java program that asks user to enter a number and gives an output of triangle pattern which contains stars (*) and pluses (+) accordingly. Sample outputs of the program are as follows: Enter any number: 91 ++++++ +++++++ ****** +++++ **** +++ ** + Enter any number: 3. +++ ** +
Step by Step Solution
There are 3 Steps involved in it
Heres a Java program that achieves the desired output pa... View full answer
Get step-by-step solutions from verified subject matter experts
