summaryrefslogtreecommitdiff
path: root/Project1/header.h
blob: 46ecf39c6d18564d1e95fc19c9fc3d0c03bc9bc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)

#