Declare a class (i.e., a type) called CArea and an object (i.e., a variable) of this class called obj. This class contains four members: two data members of type int (member x and member y) with private access and two member functions with public access: set_values() and area(). Calculate the area of the triangle (area = 0.5x y). Display all the values considered for calculating an area and the area itself. Implement the full code with Templates concept and other necessary functions to run it. And all data will be collected from user during run time to calculate as needed

Recommended Answers

All 2 Replies

It may be urgent for you but I don't consider doing someone else's homework for them urgent at all.

Why don’t you show what you’ve tried so far and where you’re stuck?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.