Git Product home page Git Product logo

unit-0-assessment's Introduction

#Unit 0 Assessment

###Installation & Submission

  1. Fork this repository to your GitHub profile
  2. Clone your forked copy into your Desktop
git clone git@github:YOUR_USERNAME/unit-0-assessment.git
  1. Import project into IntelliJ
  2. Read the Person, Place, and Unit0Tests classes
  3. Fix the empty methods in Unit0Tests
  4. Add your changed files, commmit your changes, and push the changes to your forked repo

###Instructions

  • You must fix all of the methods in Unit0Tests
  • There are 2 optional bonus methods
  • The name of the method implies what the method should do
  • Some of these methods require that the method return signature change.
    • For example, returnPrimitiveBooleanTrue() should return boolean, not Object

###Hints

  • You can use the main method to test your methods!
  • Pay close attention to the method signatures and return values!
  • You can use Google, StackOverflow, and the entire Internet :)
  • Correct capitalization and spelling matter!
    • printHelloWorld should print exactly Hello World
    • Names of cities, people, ... should be spelled and capitalized exactly as they are in the method signature!

###Definitions

  • The sum of a and b: a + b
  • A number is odd if it is not divisible by 2
    • ex: 3 is odd because 3 / 2 == 0 is false
  • A number is even if it is divisible by 2
    • ex: 4 is even because 4 / 2 == 0 is true
  • a is a multiple of b if a % b == 0 is true

unit-0-assessment's People

Contributors

shurane avatar noidontdig avatar bgun avatar theaulait avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.