Community Profile

photo

Thirusabaresaan P


Actif depuis 2021

Programming Languages:
R
Spoken Languages:
English, French

Statistiques

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

Afficher les badges

Content Feed

Afficher par

A résolu


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...

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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...

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


Multiply pi
Multiply pi with x!

plus de 2 ans il y a

A résolu


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


find the answer

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


find the value

plus de 2 ans il y a

A résolu


find the answer

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


find the answer

plus de 2 ans il y a

A résolu


find the answer

plus de 2 ans il y a

A résolu


Volume of a sphere

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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...

plus de 2 ans il y a

A résolu


area

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


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...

plus de 2 ans il y a

A résolu


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

plus de 2 ans il y a

A résolu


kmph to mps
convert kilometer per hour to meter per second

plus de 2 ans il y a

Charger plus