diff options
Diffstat (limited to 'Project1/header.h')
| -rw-r--r-- | Project1/header.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Project1/header.h b/Project1/header.h index 6f70f09..46ecf39 100644 --- a/Project1/header.h +++ b/Project1/header.h @@ -1 +1,12 @@ #pragma once +int returnInt(); + +int sum(int a, int b); + +float percentage(int a, int b); + +float FtoC(int fah); + +float CtoF(int cel) + +#
\ No newline at end of file |