diff options
| author | Connor McDowell <[email protected]> | 2024-01-25 18:18:55 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-01-25 18:18:55 -0800 |
| commit | 227aee71b08d5fce3e8a63f0533014814315186e (patch) | |
| tree | bc7f63f7cbad813efcecd9e06db8bdf7047a3170 /Project1/header.h | |
| parent | test w open in larger file (diff) | |
| download | in-class-exercise-6-connormcdowell275-227aee71b08d5fce3e8a63f0533014814315186e.tar.xz in-class-exercise-6-connormcdowell275-227aee71b08d5fce3e8a63f0533014814315186e.zip | |
entering filler
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 |