diff options
| author | Taylor Rogers <[email protected]> | 2022-10-18 08:08:20 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-18 08:08:20 -0700 |
| commit | a41112988a240e7373b79c18caf57d73a0919d5b (patch) | |
| tree | 4bf273d2a9b1f34e59d5ddcf3becb333d3994d28 | |
| parent | Lots of changes (diff) | |
| download | cst116-lab1-taylorrog-a41112988a240e7373b79c18caf57d73a0919d5b.tar.xz cst116-lab1-taylorrog-a41112988a240e7373b79c18caf57d73a0919d5b.zip | |
Extra commit
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 0438244..955e418 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -16,6 +16,7 @@ using std::setprecision; int main() { + int kwidth, klength; cout << fixed << showpoint << setprecision(2); @@ -117,6 +118,5 @@ int main() cout << kgrav << "N." << endl; - } |