
Maxwell
Followers: 0 Following: 0
Statistics
0 Problems
93 Solutions
RANK
N/A
of 298 363
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 572
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Guess
A random number between 1 and 10 is created for the variable y. Guess what its value is.
nästan 2 år ago
Solved
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
nästan 2 år ago
Solved
Geometric series
Find the sum, given the first term t1, the common ratio r, and number of terms n. Examples If input t1=1, r=1, n=7 the...
nästan 2 år ago
Solved
Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...
nästan 2 år ago
Solved
Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product
nästan 2 år ago
Solved
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
nästan 2 år ago
Solved
the average value of the elements
Calculate the average value of the elements in the array
nästan 2 år ago
Solved
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
nästan 2 år ago
Solved
Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.
nästan 2 år ago
Solved
Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...
nästan 2 år ago
Solved
Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.
nästan 2 år ago
Solved
Problem 44444 !!! free beer everyone
just say hallelujah to solve this problem
nästan 2 år ago
Solved
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
nästan 2 år ago
Solved
Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....
nästan 2 år ago
Solved
Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*
nästan 2 år ago
Solved
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
nästan 2 år ago