From 90d8cdda57342b77797cf90795832c571677de6b Mon Sep 17 00:00:00 2001 From: yousefabdalla11 <2021170637@cis.asu.edu.eg> Date: Sat, 16 Dec 2023 23:26:25 +0200 Subject: [PATCH 1/2] changed to 7.5 --- BasicIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasicIO.cpp b/BasicIO.cpp index 9b125b7..4545356 100644 --- a/BasicIO.cpp +++ b/BasicIO.cpp @@ -4,7 +4,7 @@ using namespace std; int main() { float gallons, liters; - float constConv = 3.7854; + float constConv = 7.5; cout << "Enter number of gallons: "; cin >> gallons; // Read the inputs from the user From 258e152cfaddb8c7eb23affdd80ebd1b73e7b2bc Mon Sep 17 00:00:00 2001 From: yousefabdalla11 <2021170637@cis.asu.edu.eg> Date: Sun, 17 Dec 2023 10:26:58 +0200 Subject: [PATCH 2/2] dev edited --- switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch.cpp b/switch.cpp index 46b00d5..3fed992 100644 --- a/switch.cpp +++ b/switch.cpp @@ -26,7 +26,7 @@ int main() cout << "You entered 5."; break; default: - cout << "Invalid input."; + cout << "edited in dev."; } return 0;