मराठी
महाराष्ट्र राज्य शिक्षण मंडळएचएससी विज्ञान (संगणक विज्ञान) इयत्ता १२ वी

Write a Class Based Program in C++ to Find Area of a Triangle - Computer Science 1

Advertisements
Advertisements

प्रश्न

Write a class based program in C++ to find area of a Triangle

थोडक्यात उत्तर

उत्तर

# include <iostream.h>
# include <conio.h>
# include <math. h>
class triangle
{
private:
float a, p, x, y, z;
public : void accept ()
{
cout <<‘’Enter three sides of triangle’’;
cin >> x>> y>>z; }
void compute()
{p = x+y+z;
double s = p/2;
a = sqrt(s*(s-a)*(s-b)*(s-c));
cout <<‘’Area’’<<a;
}
};
void main()
{clrscr();
triangle t1;
t1.accept();
t1.compute();
getch();

shaalaa.com
C++ Programming
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2018-2019 (February) Set 1
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×