摘要: http://www.codeproject.com/Articles/383749/How-does-it-work-in-Csharp-Part-Csharp-LINQ-in-d 阅读全文
posted @ 2015-06-24 14:07 ChuckLu 阅读(195) 评论(2) 推荐(0) 编辑
摘要: Counting sheep...Description:Consider an array of sheep where some sheep may be missing from their place. We need a function that counts the number of... 阅读全文
posted @ 2015-06-24 14:00 ChuckLu 阅读(952) 评论(0) 推荐(0) 编辑
摘要: Convert boolean values to strings 'Yes' or 'No'.Complete thebool_to_word(Javascript:boolToWord) method.Given: a boolean valueReturn: a 'Yes' string fo... 阅读全文
posted @ 2015-06-24 13:27 ChuckLu 阅读(646) 评论(0) 推荐(0) 编辑
摘要: Function 1 - hello worldMake a simple function calledgreetthat returns the most-famous "hello world!".Although this has been thought as a simple exerc... 阅读全文
posted @ 2015-06-24 13:23 ChuckLu 阅读(682) 评论(0) 推荐(1) 编辑
摘要: Return NegativeIn this simple assignment you are given a number and have to make it negative. But maybe the number is already negative?Example:Kata.Ma... 阅读全文
posted @ 2015-06-24 09:47 ChuckLu 阅读(345) 评论(0) 推荐(0) 编辑
摘要: http://www.codewars.com/kata/search/csharp?q=&r%5B%5D=-8&xids=completed&beta=false语言选择C#进度选择未完成的难度选择,分层 最容易的是8,最难的是1难度为7的题目: http://www.codewars.com/k... 阅读全文
posted @ 2015-06-24 09:26 ChuckLu 阅读(642) 评论(0) 推荐(0) 编辑
摘要: Miles per gallon to kilometers per liter1 Imperial Gallon = 4.54609188 litres1 Mile = 1.609344 kilometres1英制加仑=4.54609188升1英里=1.609344千米mpg=每加仑行驶的英里数(... 阅读全文
posted @ 2015-06-24 09:15 ChuckLu 阅读(707) 评论(0) 推荐(0) 编辑