Question: Write C# program Console.WriteLine called TriangleArea that reads from the user the base of a triangle and its height as real numbers. Then calculates
Write C# program Console.WriteLine called TriangleArea that reads from the user the base of a triangle and its height as real numbers. Then calculates and prints the area of the triangle (rounded to 3 decimal places). Hint: area = (base) (height)
Step by Step Solution
3.41 Rating (151 Votes )
There are 3 Steps involved in it
maincs t Us GDB 1 using System 123456789 3 class Program 4 10 11 12 13 14 ... View full answer
Get step-by-step solutions from verified subject matter experts
