User profile: CopaceticCoffee

User info
User name:CopaceticCoffee
Old user name:gma1818
History
Joined:
Number of posts:56
Latest posts:

Draw a right triangle on a 25x25 grid using two user-defined coordinates
The part I'm having trouble with is knowing how to use my coordinate variables (x1, x2, y1, y2) with...

Draw a right triangle on a 25x25 grid using two user-defined coordinates
Hello everyone, I have a homework assignment that requires the user to enter 4 numbers that make up ...

How to print a triangle using user-defined coordinates?
Thank you so much for your help! This has given me a great start. I will play around with the code :...

How to print a triangle using user-defined coordinates?
Here's the updated code with hardcoded variables: [code] #include <iostream> using namespace std...

How to print a triangle using user-defined coordinates?
What I really need help with is the for loops. I can fix my math for finding base and height, but on...