Kaynağa Gözat

initial commit

Froilan Miranda 6 yıl önce
işleme
3220661d98
5 değiştirilmiş dosya ile 76 ekleme ve 0 silme
  1. BIN
      .DS_Store
  2. 9
    0
      Main.java
  3. 0
    0
      README.TXT
  4. 35
    0
      README.md
  5. 32
    0
      package.bluej

BIN
.DS_Store Dosyayı Görüntüle


+ 9
- 0
Main.java Dosyayı Görüntüle

@@ -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
+}

+ 0
- 0
README.TXT Dosyayı Görüntüle


+ 35
- 0
README.md Dosyayı Görüntüle

@@ -0,0 +1,35 @@
1
+# ZCW-MicroLabs-JavaFundamentals-AliceAndBob
2
+
3
+## `Fork` this Repository
4
+* You should work on this project in your own repository.
5
+* Click the `fork` button in the top right corner to create a copy of this repository on your github account.
6
+* You can go through the [GitHub forking tutorial](https://help.github.com/articles/fork-a-repo/) if you need additional practice with this.
7
+
8
+
9
+## Alice and Bob Greeting
10
+
11
+### Topics
12
+* object instantation/declaration
13
+* method invokation
14
+* operators
15
+* user input
16
+
17
+
18
+
19
+### Overview
20
+* Write a program which prompts the user to input his/her name.
21
+* The program should greet users whose names are 'Alice' and 'Bob'.
22
+
23
+
24
+### Unit Test
25
+* No Unit Test
26
+
27
+
28
+### Instructions
29
+1. Understand how to get input from user
30
+2. Create conditional to check against Alice and Bob
31
+3. Print greeting to screen if Alice or Bob are true
32
+
33
+
34
+## What's next?
35
+* The next lab can be founds [here](https://github.com/Zipcoder/ZCW-MicroLabs-JavaFundamentals-SumOfInput).

+ 32
- 0
package.bluej Dosyayı Görüntüle

@@ -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=101
7
+objectbench.width=776
8
+package.divider.horizontal=0.6
9
+package.divider.vertical=0.8007380073800738
10
+package.editor.height=427
11
+package.editor.width=674
12
+package.editor.x=181
13
+package.editor.y=109
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