Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added CodeSamples/David_Cun
Empty file.
7 changes: 7 additions & 0 deletions DavidCun.md
Original file line number Diff line number Diff line change
@@ -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".
11 changes: 11 additions & 0 deletions OldTexasCode2.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/CodeSamples" isTestSource="false" packagePrefix="Fall0811" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>