Gelöst


Mass Conversion 2

etwa 5 Jahre vor

Gelöst


Mass Conversion 1

etwa 5 Jahre vor

Gelöst


Temperature Conversion 3

etwa 5 Jahre vor

Gelöst


Temperature Conversion 2

etwa 5 Jahre vor

Gelöst


Temperature Conversion 1

etwa 5 Jahre vor

Gelöst


Spherical Volume
Calculate the volume of a sphere.

etwa 5 Jahre vor

Gelöst


Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...

etwa 5 Jahre vor

Gelöst


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

etwa 5 Jahre vor

Gelöst


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

etwa 5 Jahre vor

Gelöst


Bit Reversal
Given an unsigned integer _x_, convert it to binary with _n_ bits, reverse the order of the bits, and convert it back to an inte...

etwa 5 Jahre vor

Gelöst


Binary code (array)
Write a function which calculates the binary code of a number 'n' and gives the result as an array(vector). Example: Inpu...

etwa 5 Jahre vor

Gelöst


Relative ratio of "1" in binary number
Input(n) is positive integer number Output(r) is (number of "1" in binary input) / (number of bits). Example: * n=0; r=...

etwa 5 Jahre vor

Gelöst


Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
Find the remaining side of a triangle given the hypotenuse and a side. However, the normal functions and symbols are not allowe...

etwa 5 Jahre vor

Gelöst


Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...

etwa 5 Jahre vor

Gelöst


What day is it?
Tell me what day is it. Return the full name of the day of the week as a string. e.g. It's June 12th 2014, so your function s...

etwa 5 Jahre vor

Gelöst


Find number of days
The input is two date in string format (dd-mm-yyyy) find out the number of days between these two dates. Example: input: ...

etwa 5 Jahre vor

Gelöst


Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

etwa 5 Jahre vor

Gelöst


Matrix Pattern 10

etwa 5 Jahre vor

Gelöst


Laws of motion 7

etwa 5 Jahre vor

Gelöst


Laws of motion 6

etwa 5 Jahre vor

Gelöst


Laws of motion 5

etwa 5 Jahre vor

Gelöst


Laws of motion 4

etwa 5 Jahre vor

Gelöst


Laws of motion 3

etwa 5 Jahre vor

Gelöst


Laws of motion 2

etwa 5 Jahre vor

Gelöst


Laws of motion 1

etwa 5 Jahre vor

Gelöst


Kinetic energy calculation

etwa 5 Jahre vor

Gelöst


Potential energy calculation

etwa 5 Jahre vor

Gelöst


Total energy

etwa 5 Jahre vor

Gelöst


文字列の最初と最後の文字だけ抜き出しましょう。
文字列の最初と最後の文字をつなげて返すような関数を作成しましょう。 もし文字が一つしかない場合、その文字は最初と最後の文字のため、関数はその文字を二回返すようにしておきましょう。 例: stringfirstandlast('borin...

etwa 5 Jahre vor

Gelöst


英語の文章内の母音を取り除くコードを書きましょう。
与えられた英語の文章内の母音を取り除きましょう。 例: 入力 s1 が 'Jack and Jill went up the hill' の場合、 出力 s2 は 'Jck nd Jll wnt p th hll' * (英語版) ...

etwa 5 Jahre vor

Mehr laden