From 0f6b6cdfbeb8b563c73f820f3ec4eef647a6cf53 Mon Sep 17 00:00:00 2001
From: Samson8 <41994892+Samson8@users.noreply.github.com>
Date: Wed, 3 Jun 2020 16:57:50 +0100
Subject: [PATCH 1/8] HNGi7 Task
My HNGi7 task one for team flash
---
scripts/HngTaskOne.java | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 scripts/HngTaskOne.java
diff --git a/scripts/HngTaskOne.java b/scripts/HngTaskOne.java
new file mode 100644
index 00000000..8940aced
--- /dev/null
+++ b/scripts/HngTaskOne.java
@@ -0,0 +1,13 @@
+import java.util.Scanner;
+
+public class HngTaskOne {
+
+ public static void main(String[] args) {
+ String fullname= "Samson D. Alejolowo";
+ String hng_id="HNG-03839";
+ String language="Java";
+ String status="Pass";
+ String email="samsondamilola22@gmail.com";
+ System.out.printf("Hello World, this is %s with HNGi7 ID %s, using %s for stage 2 task", fullname, hng_id, language);
+ }
+}
\ No newline at end of file
From 4128e0c803dc65b862934838fca1e69e93a712db Mon Sep 17 00:00:00 2001
From: ThaDeveloper <41994892+Samson8@users.noreply.github.com>
Date: Fri, 5 Jun 2020 18:36:17 +0100
Subject: [PATCH 2/8] ThaDeveloper
HNG7 task completed
---
HngTaskOne.java | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 HngTaskOne.java
diff --git a/HngTaskOne.java b/HngTaskOne.java
new file mode 100644
index 00000000..e8d66188
--- /dev/null
+++ b/HngTaskOne.java
@@ -0,0 +1,13 @@
+import java.util.Scanner;
+
+public class HngTaskOne {
+
+ public static void main(String[] args) {
+ String fullname= "Samson D. Alejolowo";
+ String hng_id="HNG-03839";
+ String language="Java";
+ String status="Pass";
+ String email="samsondamilola22@gmail.com";
+ System.out.printf("Hello World this is %s with HNGi7 ID %s using %s for stage 2 task email %s", fullname, hng_id, language, email);
+ }
+}
\ No newline at end of file
From b8b8d9c13b2d2a172149765a1c0bf5ab73fa9225 Mon Sep 17 00:00:00 2001
From: ThaDeveloper <41994892+Samson8@users.noreply.github.com>
Date: Fri, 5 Jun 2020 18:40:55 +0100
Subject: [PATCH 3/8] Thadeveloper
The file has been updated to include email
---
scripts/HngTaskOne.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/HngTaskOne.java b/scripts/HngTaskOne.java
index 8940aced..5ea4ec3f 100644
--- a/scripts/HngTaskOne.java
+++ b/scripts/HngTaskOne.java
@@ -8,6 +8,6 @@ public static void main(String[] args) {
String language="Java";
String status="Pass";
String email="samsondamilola22@gmail.com";
- System.out.printf("Hello World, this is %s with HNGi7 ID %s, using %s for stage 2 task", fullname, hng_id, language);
+ System.out.printf("Hello World this is %s with HNGi7 ID %s using %s for stage 2 task email %s", fullname, hng_id, language, email);
}
-}
\ No newline at end of file
+}
From 88a0c83c04d1f02916b60d1029b65d0695c0ab01 Mon Sep 17 00:00:00 2001
From: ThaDeveloper <41994892+Samson8@users.noreply.github.com>
Date: Fri, 5 Jun 2020 18:41:41 +0100
Subject: [PATCH 4/8] Delete HngTaskOne.java
---
HngTaskOne.java | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 HngTaskOne.java
diff --git a/HngTaskOne.java b/HngTaskOne.java
deleted file mode 100644
index e8d66188..00000000
--- a/HngTaskOne.java
+++ /dev/null
@@ -1,13 +0,0 @@
-import java.util.Scanner;
-
-public class HngTaskOne {
-
- public static void main(String[] args) {
- String fullname= "Samson D. Alejolowo";
- String hng_id="HNG-03839";
- String language="Java";
- String status="Pass";
- String email="samsondamilola22@gmail.com";
- System.out.printf("Hello World this is %s with HNGi7 ID %s using %s for stage 2 task email %s", fullname, hng_id, language, email);
- }
-}
\ No newline at end of file
From 50a7e90143aee70f1fdbcb92fe38303d11180f71 Mon Sep 17 00:00:00 2001
From: ThaDeveloper <41994892+Samson8@users.noreply.github.com>
Date: Fri, 5 Jun 2020 18:55:51 +0100
Subject: [PATCH 5/8] Thadeveloper
Task Updated to php from java
---
scripts/HngTaskOne.java | 13 -------------
scripts/HngTaskOne.php | 9 +++++++++
2 files changed, 9 insertions(+), 13 deletions(-)
delete mode 100644 scripts/HngTaskOne.java
create mode 100644 scripts/HngTaskOne.php
diff --git a/scripts/HngTaskOne.java b/scripts/HngTaskOne.java
deleted file mode 100644
index 5ea4ec3f..00000000
--- a/scripts/HngTaskOne.java
+++ /dev/null
@@ -1,13 +0,0 @@
-import java.util.Scanner;
-
-public class HngTaskOne {
-
- public static void main(String[] args) {
- String fullname= "Samson D. Alejolowo";
- String hng_id="HNG-03839";
- String language="Java";
- String status="Pass";
- String email="samsondamilola22@gmail.com";
- System.out.printf("Hello World this is %s with HNGi7 ID %s using %s for stage 2 task email %s", fullname, hng_id, language, email);
- }
-}
diff --git a/scripts/HngTaskOne.php b/scripts/HngTaskOne.php
new file mode 100644
index 00000000..d8d4dc8a
--- /dev/null
+++ b/scripts/HngTaskOne.php
@@ -0,0 +1,9 @@
+";
+?>
From e7332677532f99e240c5fd46cad0df9793d82bc4 Mon Sep 17 00:00:00 2001
From: ThaDeveloper <41994892+Samson8@users.noreply.github.com>
Date: Fri, 5 Jun 2020 19:06:12 +0100
Subject: [PATCH 6/8] Task updated
just updated from java to php
---
scripts/HngTaskOne.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/HngTaskOne.php b/scripts/HngTaskOne.php
index d8d4dc8a..5ea34622 100644
--- a/scripts/HngTaskOne.php
+++ b/scripts/HngTaskOne.php
@@ -1,7 +1,7 @@
Date: Sat, 6 Jun 2020 14:56:48 +0100
Subject: [PATCH 7/8] Update the program
Added text "email" before the email variable
---
scripts/HngTaskOne.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/HngTaskOne.php b/scripts/HngTaskOne.php
index 5ea34622..485ff1db 100644
--- a/scripts/HngTaskOne.php
+++ b/scripts/HngTaskOne.php
@@ -5,5 +5,5 @@
$status="Pass";
$email="samsondamilola22@gmail.com";
-echo "Hello World this is ".$fullname . " with HNGi7 ID ". $hng_id . " using ". $language . " for stage 2 task ". $email. "
";
+echo "Hello World this is ".$fullname . " with HNGi7 ID ". $hng_id . " using ". $language . " for stage 2 task email". $email. "
";
?>
From a0d5e0bfc61a83eef0bbdf1616ef34d831a849e1 Mon Sep 17 00:00:00 2001
From: ThaDeveloper <41994892+Samson8@users.noreply.github.com>
Date: Sat, 6 Jun 2020 15:08:15 +0100
Subject: [PATCH 8/8] Task updated
---
scripts/HngTaskOne.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/HngTaskOne.php b/scripts/HngTaskOne.php
index 485ff1db..5fe2250e 100644
--- a/scripts/HngTaskOne.php
+++ b/scripts/HngTaskOne.php
@@ -5,5 +5,5 @@
$status="Pass";
$email="samsondamilola22@gmail.com";
-echo "Hello World this is ".$fullname . " with HNGi7 ID ". $hng_id . " using ". $language . " for stage 2 task email". $email. "
";
+echo "Hello World, this is ".$fullname . " with HNGi7 ID ". $hng_id . " using ". $language . " for stage 2 task email ". $email. "."."
";
?>