From c1b2afde57aa9d138a8ce63ea45cf2a74e927bc5 Mon Sep 17 00:00:00 2001 From: emaeye <45636673+emaeye@users.noreply.github.com> Date: Mon, 11 Mar 2019 18:46:19 +0100 Subject: [PATCH 1/4] update --- g1/Class 2/CSBasics/Arithmetic/Program.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/g1/Class 2/CSBasics/Arithmetic/Program.cs b/g1/Class 2/CSBasics/Arithmetic/Program.cs index 6aae829..7c2c195 100644 --- a/g1/Class 2/CSBasics/Arithmetic/Program.cs +++ b/g1/Class 2/CSBasics/Arithmetic/Program.cs @@ -13,8 +13,9 @@ Demonstracija na aritmetickite operatori. */ static void Main(string[] args) { - int a, b; - a = 20; b = 10; + int a; + string b; + a = 20; b = "emi"; Console.WriteLine("a = {0}, b = {1} ", a, b); //Console.WriteLine($"a = {a}, b = {b} "); From 22f938b6083f0bdf1f99d25b2dffefdfe4475fca Mon Sep 17 00:00:00 2001 From: Dejan <41047652+dejan92@users.noreply.github.com> Date: Wed, 13 Mar 2019 19:15:40 +0100 Subject: [PATCH 2/4] Update README.md --- g6/SEDC_Class6/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/g6/SEDC_Class6/README.md b/g6/SEDC_Class6/README.md index 51c0f6a..4f1cee8 100644 --- a/g6/SEDC_Class6/README.md +++ b/g6/SEDC_Class6/README.md @@ -50,6 +50,12 @@ If not found, it should print an error message **56 Username4** +**Bonus** + +The User should be asked to choose between Y/N options. +If he chooses Y the aplication should run again, and +If he chooses N tha aplication should stop + ## Exercise 03 Create an ATM application. A customer should be able to authenticate with card number and pin and should be greeted with a message greeting them by full name. After that they can choose one of the following: 1) Balance checking - This should print out the current balance of money on their account From f404eab558f406552e788c8402e3344f4ccf04f5 Mon Sep 17 00:00:00 2001 From: Dejan <41047652+dejan92@users.noreply.github.com> Date: Wed, 13 Mar 2019 19:16:15 +0100 Subject: [PATCH 3/4] Update README.md --- g6/SEDC_Class6/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/g6/SEDC_Class6/README.md b/g6/SEDC_Class6/README.md index 4f1cee8..ce2474d 100644 --- a/g6/SEDC_Class6/README.md +++ b/g6/SEDC_Class6/README.md @@ -53,8 +53,10 @@ If not found, it should print an error message **Bonus** The User should be asked to choose between Y/N options. + If he chooses Y the aplication should run again, and -If he chooses N tha aplication should stop + +If he chooses N the aplication should stop ## Exercise 03 Create an ATM application. A customer should be able to authenticate with card number and pin and should be greeted with a message greeting them by full name. After that they can choose one of the following: From 62ce4f7ffb5ca5e8e40e830b00c94ebf0037f908 Mon Sep 17 00:00:00 2001 From: emaeye <45636673+emaeye@users.noreply.github.com> Date: Mon, 11 Mar 2019 18:46:19 +0100 Subject: [PATCH 4/4] update --- g1/Class 2/CSBasics/Arithmetic/Program.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/g1/Class 2/CSBasics/Arithmetic/Program.cs b/g1/Class 2/CSBasics/Arithmetic/Program.cs index 6aae829..7c2c195 100644 --- a/g1/Class 2/CSBasics/Arithmetic/Program.cs +++ b/g1/Class 2/CSBasics/Arithmetic/Program.cs @@ -13,8 +13,9 @@ Demonstracija na aritmetickite operatori. */ static void Main(string[] args) { - int a, b; - a = 20; b = 10; + int a; + string b; + a = 20; b = "emi"; Console.WriteLine("a = {0}, b = {1} ", a, b); //Console.WriteLine($"a = {a}, b = {b} ");