Coder Social home page Coder Social logo

upperline-hs-speaking-grandma-lab's Introduction

Shouting Cousin

This is a group/pair lab. Write out pseudo-code first! You'll be coding your solution in lib/cousin.rb.

You have an older cousin who enjoys talking ... at a loud volume. He prefers it when you talk loudly as well, and his favorite topic of conversation is his time playing in punk bands when he was younger. You always have an idea what conversations with him are going to be like—so much so that you could even write a program to predict it.

Write a speak_to_cousin method that accepts one argument: what you want to say to him. Whatever you say to your cousin (whatever you type in), he should respond with HUH?! SPEAK UP!, unless you shout it (type in all capitals). If you shout, he'll be happy to keep talking to you, and yells back, NO, NOT SINCE 1998!.

Need help figuring out how to use if/else statements? Check out the resources below.

BONUS

Too easy? To make your program really believable, have your cousin shout a different year each time you run the program; maybe any year at random between 1985 and 2005. (Hint: There is a Ruby method that will generate random numbers.)

DOUBLE BONUS

Your cousin decided he wants to keep talking to you and won't let you leave. Change your program so that it keeps running until you shout BYE. (Hint: You will probably want to use a while loop to keep the program running.)

TRIPLE BONUS

Your cousin really doesn't want you to leave! When you shout BYE, he pretends not to hear you. Change your program so that you have to shout BYE three times in a row before the program will end. Make sure to test your program: if you shout BYE three times, but not in a row, you should still be talking to your cousin.

Resources

View stretch-lab-shouting-cousin-kwkp1-summer-2018 on Learn.co and start learning to code for free.

upperline-hs-speaking-grandma-lab's People

Contributors

dfenjves avatar jenmyers avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

upperline-hs-speaking-grandma-lab's Issues

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.