From 3f738da79b5950ac4fe68506ba457ce570f3575d Mon Sep 17 00:00:00 2001
From: DavidCun <99755247+DavidSamCun@users.noreply.github.com>
Date: Mon, 28 Feb 2022 08:59:41 -0500
Subject: [PATCH] die paragraph
---
.idea/.gitignore | 3 +++
.idea/misc.xml | 6 ++++++
.idea/modules.xml | 8 ++++++++
.idea/vcs.xml | 6 ++++++
CodeSamples/David_Cun | 0
DavidCun.md | 7 +++++++
OldTexasCode2.iml | 11 +++++++++++
7 files changed, 41 insertions(+)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
create mode 100644 CodeSamples/David_Cun
create mode 100644 DavidCun.md
create mode 100644 OldTexasCode2.iml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..639900d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..6fa99bc
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CodeSamples/David_Cun b/CodeSamples/David_Cun
new file mode 100644
index 0000000..e69de29
diff --git a/DavidCun.md b/DavidCun.md
new file mode 100644
index 0000000..c8646d8
--- /dev/null
+++ b/DavidCun.md
@@ -0,0 +1,7 @@
+
+David Cun
+
+First part of the code defaults the total sides of the die to 6.
+Exception variable "Die" asks for the number of sides and must be greater than 1.
+Likes 63 to 69 is the roll, where it generates a random number between the 1 and the number of sides entered.
+73 to 79 checks the sides of the die. Lines 83 and 90 checks the "current rolled value".
diff --git a/OldTexasCode2.iml b/OldTexasCode2.iml
new file mode 100644
index 0000000..ed99e6f
--- /dev/null
+++ b/OldTexasCode2.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file