From 227aee71b08d5fce3e8a63f0533014814315186e Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Thu, 25 Jan 2024 18:18:55 -0800 Subject: entering filler --- Project1/header.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Project1/header.h') 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 -- cgit v1.2.3