随笔分类 - 待分类
摘要:Instructions Create a function with two arguments that will return an array of the first n multiples of x. Assume both the given number and the number
阅读全文
摘要:Instructions Create a function which answers the question "Are you playing banjo?". If your name starts with the letter "R" or lower case "r", you are
阅读全文
摘要:Instructions Given an array of integers your solution should find the smallest integer. For example: Given [34, 15, 88, 2] your solution will return 2
阅读全文
摘要:Instructions Write a function that takes an array of words and smashes them together into a sentence and returns the sentence. You can ignore any need
阅读全文
摘要:Instructions Complete the square sum function so that it squares each number passed into it and then sums the results together. For example, for[1, 2,
阅读全文
摘要:Introduction The first century spans from the year 1 up to and including the year 100, the second century - from the year 101 up to and including the
阅读全文
摘要:Instructions Write function bmi that calculates body mass index (bmi = weight / height2). if bmi <= 18.5 return "Underweight" if bmi <= 25.0 return "N
阅读全文

浙公网安备 33010602011771号