Home - ademeglio/FortuneTeller GitHub Wiki

Welcome to the FortuneTeller wiki!

Due Wednesday, May 9th, 2018

Part 1

Develop a console application that will tell the user's fortune based on data received from the user.

To do:

  • Ask the user for the user’s first name. DONE

    For names, I want to validate input. No ints! Still a work in progress

  • Ask the user for the user’s last name. DONE

    I want to validate input. No ints! Still a work in progress

  • Ask the user for the user’s age. DONE

    Validate that the age should be greater than 0. DONE

  • Ask the user for the user’s birth month (as an ‘int’). DONE

    Response should validate as a month (Between 1 - 12) DONE

  • Ask the user for the user’s favorite ROYGBIV color. DONE
  • If the user does not know what ROYGBIV is, ask the user to enter “Help” to get a list of the ROYGBIV colors. DONE
  • Ask the user for the user’s number of siblings. DONE