From 5f1f652db5f9f65567b20f8bd7e9357300773b56 Mon Sep 17 00:00:00 2001
From: Leo Li <ll839@drexel.edu>
Date: Mon, 15 Oct 2018 22:36:21 -0400
Subject: [PATCH] added data.txt

---
 L3/Data.txt | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 L3/Data.txt

diff --git a/L3/Data.txt b/L3/Data.txt
new file mode 100644
index 0000000..c8f7b83
--- /dev/null
+++ b/L3/Data.txt
@@ -0,0 +1,6 @@
+Describe the layout of the data and how it was organized.
+- The layout of the data starts with <name> and ends with </name>
+What output format did you choose?  Why?
+- I used xml because it is the default format that is offered and it makes sense to me.
+How many Americans had at least a bachelor�s degree in Dec 2011, Dec 2012, and Dec 2013?
+- Dec 2011: 77,847,105. Dec 2012: 78,925,852. Dec 2013: 79,784,992
\ No newline at end of file
-- 
GitLab