Question
This is a C# assignment. I can't get my code to turn out four triangles likes these. Can anyone help me solve this problem? Four
This is a C# assignment.
I can't get my code to turn out four triangles likes these. Can anyone help me solve this problem?
Four Triangles
Use nested for loops to create the required output.
Create a Triangle class and use it's ToString method to produce the triangle string. See the walk through video for assistance.
Project 2: Four Triangles * ** *** **** ***** ****** ******* ******** ********* **********
********** ********* ******** ******* ****** ***** **** *** ** *
********** ********* ******** ******* ****** ***** **** *** ** *
* ** *** **** ***** ****** ******* ******** ********* ********** Project 2: Four Triangles - END
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started