diff options
| author | JacobAKnox <[email protected]> | 2021-11-10 10:08:09 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-10 10:08:09 -0800 |
| commit | 3c625e31e70af2ad65b49097b8906c8322f3e4c6 (patch) | |
| tree | 3b24a8737a4716fe731c64a24a7dd8a3b279c46f | |
| parent | Merge pull request #5 from austinsworld15/patch-5 (diff) | |
| parent | Update header.h (diff) | |
| download | cst116proj2-1-jacob-k-and-austin-g-3c625e31e70af2ad65b49097b8906c8322f3e4c6.tar.xz cst116proj2-1-jacob-k-and-austin-g-3c625e31e70af2ad65b49097b8906c8322f3e4c6.zip | |
Merge pull request #4 from austinsworld15/patch-4
Update header.h
| -rw-r--r-- | header.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,12 +2,11 @@ #pragma once -//double GetData(); +void GetData(int& Number); void DisplayMenu(int& choice); void ProcessMenuChocie(int choice, int& value); void IsPosNeg(int value); -//void IsOddEven(int value); +void IsOddEven(int& Number); int FindNumDigits(int value); -//int FindDigitAtPosition(int value); +void FindDigitAtPosition(int Digit, int Position, int& Number); void DisplayAdditonTable(); -//void DisplayMultipicationTable();
\ No newline at end of file |