VI. Unsolved Programs
in the given format:
Sample Output: Table of 5
5*1 = 5
52 =10
5*10 = 50
1. Write a program to display the Mathematical Table from 5 to 10 for 10 iterations
Answers
Answered by
0
Explanation:
Write a program to input three sides of a triangle. Evaluate and print the area of triangle using
the given formula (or Hero's formula). The class name is Triangle
Area = √s(s-a)(s-b)(s-c) where s = a+b+c/2 and a,b,c are three sides.
Similar questions