Jason Gibbs 3154b2b010 Greeting Loop Altered# před 6 roky
.DS_Store initial commit před 6 roky
Hello.class Greeting Loop# před 6 roky
Hello.ctxt Greeting Loop# před 6 roky
Hello.java Greeting Loop# před 6 roky
Main.class Greeting Loop Altered# před 6 roky
Main.ctxt Greeting Loop# před 6 roky
Main.java Greeting Loop Altered# před 6 roky
README.TXT initial commit před 6 roky
README.md initial commit před 6 roky
package.bluej Greeting Loop# před 6 roky

README.md

ZCW-MicroLabs-JavaFundamentals-AliceAndBob

Fork this Repository

  • You should work on this project in your own repository.
  • Click the fork button in the top right corner to create a copy of this repository on your github account.
  • You can go through the GitHub forking tutorial if you need additional practice with this.

Alice and Bob Greeting

Topics

  • object instantation/declaration
  • method invokation
  • operators
  • user input

Overview

  • Write a program which prompts the user to input his/her name.
  • The program should greet users whose names are 'Alice' and 'Bob'.

Unit Test

  • No Unit Test

Instructions

  1. Understand how to get input from user
  2. Create conditional to check against Alice and Bob
  3. Print greeting to screen if Alice or Bob are true

What's next?

  • The next lab can be founds here.