Skip to content

Instantly share code, notes, and snippets.

View andrewsunglaekim's full-sized avatar
💭
loving this github status feature

Andrew Kim andrewsunglaekim

💭
loving this github status feature
View GitHub Profile
@andrewsunglaekim
andrewsunglaekim / w01d02.md
Last active August 29, 2015 14:17
W01D02 HW

Temperature converter!

AMAco keeps up with the trends, and we know that 'retro' is the latest fad among today's youth. AMAco needs a CLI based temperature converter!

  • Create a ruby program that asks the user for input

  • It should convert the input from celsius to fahrenheit and then puts that value.

  • ask the user what the starting temperature is(fahrenheit or celsius)

  • output should be opposite of starting temperature type