summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-18 08:08:20 -0700
committerTaylor Rogers <[email protected]>2022-10-18 08:08:20 -0700
commita41112988a240e7373b79c18caf57d73a0919d5b (patch)
tree4bf273d2a9b1f34e59d5ddcf3becb333d3994d28
parentLots of changes (diff)
downloadcst116-lab1-taylorrog-a41112988a240e7373b79c18caf57d73a0919d5b.tar.xz
cst116-lab1-taylorrog-a41112988a240e7373b79c18caf57d73a0919d5b.zip
Extra commit
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
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;
-
}