OOP HomeWork
This commit is contained in:
8
oop_hw1/oop_hw1_4/t_area.h
Normal file
8
oop_hw1/oop_hw1_4/t_area.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#ifndef tarea
|
||||
#define tarea
|
||||
|
||||
double triangle_area(double a, double b, double c);
|
||||
|
||||
|
||||
#endif // !tarea
|
Reference in New Issue
Block a user