Parcourir la source

initial commit

Froilan Miranda il y a 6 ans
révision
b98aaae009
4 fichiers modifiés avec 56 ajouts et 0 suppressions
  1. BIN
      .DS_Store
  2. 9
    0
      Main.java
  3. 15
    0
      README.md
  4. 32
    0
      package.bluej

BIN
.DS_Store Voir le fichier


+ 9
- 0
Main.java Voir le fichier

@@ -0,0 +1,9 @@
1
+/**
2
+ * Created by iyasuwatts on 10/17/17.
3
+ */
4
+public class Main {
5
+
6
+    public static void main(String[] args){
7
+
8
+    }
9
+}

+ 15
- 0
README.md Voir le fichier

@@ -0,0 +1,15 @@
1
+# ZCW-MicroLabs-JavaFundamentals-SumOfInput
2
+
3
+# Sum of the Numbers
4
+
5
+## Overview
6
+* Write a program which prompts the user to input a number, `n`.
7
+* The program should respond by printing the sum of the numbers 1 to `n`.
8
+* **Constraint:** No [Guassian wizardry](http://mathandmultimedia.com/2010/09/15/sum-first-n-positive-integers/) !
9
+
10
+## Unit Test
11
+No Unit Test
12
+
13
+
14
+## What's next?
15
+* The next lab can be found [here](https://github.com/Zipcoder/ZCW-MicroLabs-JavaFundamentals-TooLargeTooSmall).

+ 32
- 0
package.bluej Voir le fichier

@@ -0,0 +1,32 @@
1
+#BlueJ package file
2
+editor.fx.0.height=0
3
+editor.fx.0.width=0
4
+editor.fx.0.x=0
5
+editor.fx.0.y=0
6
+objectbench.height=164
7
+objectbench.width=776
8
+package.divider.horizontal=0.6
9
+package.divider.vertical=0.6845018450184502
10
+package.editor.height=364
11
+package.editor.width=674
12
+package.editor.x=-816
13
+package.editor.y=445
14
+package.frame.height=600
15
+package.frame.width=800
16
+package.numDependencies=0
17
+package.numTargets=1
18
+package.showExtends=true
19
+package.showUses=true
20
+project.charset=UTF-8
21
+readme.height=58
22
+readme.name=@README
23
+readme.width=47
24
+readme.x=10
25
+readme.y=10
26
+target1.height=50
27
+target1.name=Main
28
+target1.showInterface=false
29
+target1.type=ClassTarget
30
+target1.width=80
31
+target1.x=70
32
+target1.y=10