From f94a9b8383ccf35fcf1e4cb52441e81358073c81 Mon Sep 17 00:00:00 2001 From: ApplicationCoding <76902392+ApplicationCoding@users.noreply.github.com> Date: Tue, 14 Jun 2022 17:55:38 +0800 Subject: [PATCH] Removed "SS" in line 609 --- calculator_main.cs | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/calculator_main.cs b/calculator_main.cs index 7f2c4c8..061894b 100644 --- a/calculator_main.cs +++ b/calculator_main.cs @@ -144,16 +144,12 @@ static void Main(string[] args) else if (endOptions == "about") { - Console.WriteLine("Current Version: Calculator v1.6.1 Alpha"); - } - - else if (endOptions == "extra msg") - { - Console.WriteLine("You can re-calculate for 5 times at this version."); + Console.WriteLine("Current Version: Calculator v1.6.2 Candidate"); } else if (endOptions == "updates") { + Console.WriteLine("Please see 'new_features_and_updates.txt' for updates"); } else if (endOptions == "operations") @@ -302,11 +298,12 @@ static void Main(string[] args) else if (SecondEndOptions == "about") { - Console.WriteLine("Current Version: Calculator v1.6.1 Alpha"); + Console.WriteLine("Current Version: Calculator v1.6.2 Candidate"); } else if (SecondEndOptions == "updates") { + Console.WriteLine("Please see 'new_features_and_updates.txt' for updates"); } else if (SecondEndOptions == "operations") @@ -455,11 +452,12 @@ static void Main(string[] args) else if (ThirdEndOptions == "about") { - Console.WriteLine("Current Version: Calculator v1.6.1 Alpha"); + Console.WriteLine("Current Version: Calculator v1.6.2 Candidate"); } else if (ThirdEndOptions == "updates") { + Console.WriteLine("Please see 'new_features_and_updates.txt' for updates"); } else if (ThirdEndOptions == "operations") @@ -608,11 +606,12 @@ static void Main(string[] args) else if (FourthEndOptions == "about") { - Console.WriteLine("Current Version: Calculator v1.6.1 Alpha"); + Console.WriteLine("Current Version: Calculator v1.6.2 Candidate"); } else if (FourthEndOptions == "updates") { + Console.WriteLine("Please see 'new_features_and_updates.txt' for updates"); } else if (FourthEndOptions == "operations") @@ -760,10 +759,6 @@ static void Main(string[] args) Console.ReadKey(); } - else if (FourthEndOptions == "extra msg") - { - Console.WriteLine("You can re-calculate for 5 times at this version."); - } // If the user types 'close', the app will also close else if (FourthEndOptions == "close") @@ -778,11 +773,6 @@ static void Main(string[] args) Console.ReadKey(); } - else if (ThirdEndOptions == "extra msg") - { - Console.WriteLine("You can re-calculate for 5 times at this version."); - } - // If the user types 'close', the app will also close else if (ThirdEndOptions == "close") { @@ -796,11 +786,6 @@ static void Main(string[] args) Console.ReadKey(); } - else if (SecondEndOptions == "extra msg") - { - Console.WriteLine("You can re-calculate for 5 times at this version."); - } - // If the user types 'close', the app will also close else if (SecondEndOptions == "close") {