摘要:
makeBackronym 主要考查的是字符串的处理,大小写转换,以及字符串的Linq处理Description:Definition-back·ro·nymnouna fanciful expansion of an existing acronym or word, such as “port ... 阅读全文
摘要:
Description:Regular Ball Super BallCreate a class Ball.Ball objects should accept one argument for "ball type" when instantiated.If no arguments are g... 阅读全文
摘要:
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... 阅读全文
摘要:
Convert boolean values to strings 'Yes' or 'No'.Complete thebool_to_word(Javascript:boolToWord) method.Given: a boolean valueReturn: a 'Yes' string fo... 阅读全文
摘要:
Function 1 - hello worldMake a simple function calledgreetthat returns the most-famous "hello world!".Although this has been thought as a simple exerc... 阅读全文
摘要:
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... 阅读全文