triangle

PythonF

Triangle with Asterisks

Triangle with Asterisks: The program must accept a character matrix of size RxC and the positions of the three corners of a triangle (in any…
CF

Inverse Two Triangle Pattern

Inverse Two Triangle Pattern: Fill in the missing lines of code to implement the method (function) printPattern(int N) so that the…
PythonF

Right Angle Triangle

Right Angle Triangle: The length of the three sides of a triangle A, B and C are passed as the input. The program must check it it’s a…