Question: Write a Java program that prompts the user to enter an integer value. Take that value and use loops to print out an equilateral triangle
Write a Java program that prompts the user to enter an integer value. Take that value and use loops to print out an equilateral triangle (one that has the same dimensions for all three sides) of asterisks '*' using a for loops. However, be sure to pass that integer value entered by the user as a parameter to a separate method that will then print the asterisks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
