Loading

上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: DESCRIPTION You're writing code to control your town's traffic lights. You need a function to handle each change from green, to yellow, to red, and th 阅读全文
posted @ 2023-03-16 13:07 Artwalker 阅读(73) 评论(0) 推荐(0)
摘要: Instructions Create a function that gives a personalized greeting. This function takes two parameters: name and owner. Use conditionals to return the 阅读全文
posted @ 2023-03-16 12:13 Artwalker 阅读(16) 评论(0) 推荐(0)
摘要: Instructions It's pretty straightforward. Your goal is to create a function that removes the first and last characters of a string. You're given one p 阅读全文
posted @ 2023-03-15 22:29 Artwalker 阅读(29) 评论(0) 推荐(0)
摘要: 随笔分类里的JAVA一栏里面是有内容的!!! 可能是网站有bug,没有显示出来,需要点击进去,然后在左栏就能看到有关JAVA的内容了。 博客园在文件分栏应该这里有bug,比如点击最外层文件并不显示所包含文件夹里的所有文件,需要点击具体的子文件夹,才能查看到该子文件夹所包含的文件。 阅读全文
posted @ 2023-03-15 19:29 Artwalker 阅读(17) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-03-15 10:27 Artwalker 阅读(20) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-03-15 10:07 Artwalker 阅读(24) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-03-14 10:23 Artwalker 阅读(23) 评论(0) 推荐(0)
摘要: Instructions Write a function that takes an array of numbers and returns the sum of the numbers. The numbers can be negative or non-integer. If the ar 阅读全文
posted @ 2023-03-14 10:15 Artwalker 阅读(18) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-03-13 16:02 Artwalker 阅读(33) 评论(0) 推荐(0)
摘要: 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, 阅读全文
posted @ 2023-03-13 10:37 Artwalker 阅读(22) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2023-03-12 12:00 Artwalker 阅读(25) 评论(0) 推荐(0)
摘要: Instructions Write function bmi that calculates body mass index (bmi = weight / height2). if bmi <= 18.5 return "Underweight" if bmi <= 25.0 return "N 阅读全文
posted @ 2023-03-11 17:01 Artwalker 阅读(51) 评论(0) 推荐(0)
摘要: Can you find the needle in the haystack? Write a function findNeedle() that takes an array full of junk but containing one "needle" After your functio 阅读全文
posted @ 2023-03-10 17:20 Artwalker 阅读(56) 评论(0) 推荐(0)
摘要: 1 学成在线是个什么样的项目? 1.1 项目背景 受互联网+概念的催化,当今中国在线教育市场的发展可谓是百花齐放、如火如荼。 按照市场领域细分为:学前教 育、K12教育、高等教育、留学教育、职业教育、语言教育、兴趣教育以及综合平台,其中,职业教育和语言教育 的市场优势突出。 根据Analysys易观 阅读全文
posted @ 2020-11-22 07:34 Artwalker 阅读(419) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2020-11-21 19:48 Artwalker 阅读(81) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
Live2D