Solved


Adding and Subtracting UINT variables
Given UINT class variables output the correct solution to A-B+C. *Input:* A,B,C Three uint variables *Output:* solution ...

6 years ago

Solved


Combination logic
Create an algorithm in MATLAB that calculate the combination for the given positive integers n and k as inputs. When k > n, the ...

6 years ago

Solved


How to get the additive inverse of a uint8.
Given x as a uint8 find the additive inverse y.

6 years ago

Solved


Determine if given number is perfect
A number is <http://en.wikipedia.org/wiki/Perfect_number perfect> if it is equal to the sum of its factors, excluding itself. ...

6 years ago

Solved


interesting center of magic matrix
output the centre of magic matrix of n input=7; output=25

6 years ago

Solved


execute the declaration in strings and return value
execute the commands in strings and return value input='a=23' output=23

6 years ago

Solved


Perfect square.
Determine if the input is a perfect square or not. Example - If input is 25, return 1. If input is 17, return 0.

6 years ago

Solved


Matrix to vector transformation
given a matrix, make in the output 1 column vector putting odd numbers in ascending order after that put the even numbers in des...

6 years ago

Solved


Problem 44444 !!! free beer everyone
just say hallelujah to solve this problem

6 years ago

Solved


to the 2 all elements
to the 2 all elements

6 years ago

Solved


Duplicate all elements in the array
Duplicate all elements in the array

6 years ago

Solved


Converts numbers into characters
Converts numbers into characters

6 years ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

6 years ago

Solved


Find the max element of the array
Find the max element of the array

6 years ago

Solved


calculate the length of matrix
input 1 array, calculate the length

6 years ago

Solved


Sum sum!!!
Sum the numbers from 1 to n

6 years ago

Solved


Triangle???
Calculate the circumference of an equilateral triangle with x

6 years ago

Solved


easy problem
Find the last element of the array

6 years ago

Solved


Perimeter of a square!
Calculate the circumference of the square whose side is n

6 years ago

Solved


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

6 years ago

Solved


find the logic,easy one
find the logic behind, example x=18 y=306 x=53 y=2756

6 years ago

Solved


Integer to boolean
Write a general function that will create the following conversation; Input is a column vector with integers Output is a b...

6 years ago

Solved


Permutation
How many different words can be formed using all the letters(together) from a given input word? Input is a string.

6 years ago

Solved


Dice roll - opposite faces
For this problem, you will be provided with the values of a dice roll (regular six-sided dice). The number of dice will be at le...

6 years ago

Solved


Find Month & day for given day number of a year
Find Month & day for given day number of a year (day number is any number ranging from 1 to 366)

6 years ago

Solved


Moore-Penrose pseudoinverse of matrix
Find the command for Moore-Penrose pseudoinverse of matrix and solve

6 years ago

Solved


Xor of matrix
you have to set exclusive OR of two arrays

6 years ago

Solved


Change number representation to HEX
Given a number change it's representation to HEX and output it.

6 years ago

Solved


string comparision
compare two strings if both are same return 1 else return 0

6 years ago

Solved


Find the diagonal of the square of side L
You are given a square of side length L, find D the length of its diagonal.

6 years ago

Load more