Community Profile

photo

Thirusabaresaan P


Con actividad desde 2021

Followers: 0   Following: 0

Programming Languages:
R
Spoken Languages:
English, French

Estadísticas

All
  • Personal Best Downloads Level 1
  • Commenter
  • CUP Challenge Master
  • Promoter
  • Community Group Solver
  • Solver
  • First Answer
  • First Submission

Ver insignias

Feeds

Ver por

Resuelto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

más de 2 años hace

Resuelto


Convert Kilometers to Miles
Convert kilometers to miles. Consider 1 km = 0.62 mile. Note: Don't use the '*' operator.

más de 2 años hace

Resuelto


Cumulative product of a vector
Cumulative product of a vector example x=[1 2 5 10], then answer must be [ 1 2 10 100] *If you like this prob...

más de 2 años hace

Resuelto


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

más de 2 años hace

Resuelto


Reverse a matrix
Its simple. You have to reverse a given matrix.

más de 2 años hace

Resuelto


Product of elements in row
Product of matrix such that a=[3 3 1] b=9

más de 2 años hace

Resuelto


y equals x divided by 2
function y = x/2

más de 2 años hace

Resuelto


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

más de 2 años hace

Resuelto


Multiply pi
Multiply pi with x!

más de 2 años hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

más de 2 años hace

Resuelto


Is It a Palindrome?
Given a string or array, determine if it is a palindrome.

más de 2 años hace

Resuelto


Areas
Given certain dimensions determine the area of that shape. If given only one value assume its the radius. Use round(x) to round ...

más de 2 años hace

Resuelto


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

más de 2 años hace

Resuelto


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

más de 2 años hace

Resuelto


Product of Array
Given an array of numbers. Get the product of the array.

más de 2 años hace

Resuelto


find the answer

más de 2 años hace

Resuelto


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

más de 2 años hace

Resuelto


find the value

más de 2 años hace

Resuelto


find the answer

más de 2 años hace

Resuelto


Max of a Vector
Write a function to return the max of a vector

más de 2 años hace

Resuelto


find the answer

más de 2 años hace

Resuelto


find the answer

más de 2 años hace

Resuelto


Volume of a sphere

más de 2 años hace

Resuelto


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

más de 2 años hace

Resuelto


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

más de 2 años hace

Resuelto


area

más de 2 años hace

Resuelto


Square a Number
Given an input x, return y, which is equal to the square of x.

más de 2 años hace

Resuelto


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

más de 2 años hace

Resuelto


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

más de 2 años hace

Resuelto


kmph to mps
convert kilometer per hour to meter per second

más de 2 años hace

Cargar más