Community Profile

photo

SUNG HYEON LEE


Last seen: 4 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Community Group Solver
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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

quasi 3 anni fa

Risolto


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

quasi 3 anni fa

Risolto


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

quasi 3 anni fa

Risolto


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

quasi 3 anni fa

Risolto


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

quasi 3 anni fa

Risolto


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

quasi 3 anni fa

Risolto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

quasi 3 anni fa

Risolto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

quasi 3 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

quasi 3 anni fa

Risolto


Energy Conversion 2

quasi 3 anni fa

Risolto


Energy Conversion 1

quasi 3 anni fa

Risolto


Area Conversion 2

quasi 3 anni fa

Risolto


Area Conversion 1

quasi 3 anni fa

Risolto


Velocity Conversion

quasi 3 anni fa

Risolto


Mass Conversion 2

quasi 3 anni fa

Risolto


Mass Conversion 1

quasi 3 anni fa

Risolto


Temperature Conversion 3

quasi 3 anni fa

Risolto


Temperature Conversion 2

quasi 3 anni fa

Risolto


Temperature Conversion 1

quasi 3 anni fa

Risolto


Total energy

quasi 3 anni fa

Risolto


Potential energy calculation

quasi 3 anni fa

Risolto


Kinetic energy calculation

quasi 3 anni fa

Risolto


Laws of motion 6

quasi 3 anni fa

Risolto


Laws of motion 5

quasi 3 anni fa

Risolto


Laws of motion 4

quasi 3 anni fa

Risolto


Laws of motion 3

quasi 3 anni fa

Risolto


Laws of motion 2

quasi 3 anni fa

Risolto


Laws of motion 1

quasi 3 anni fa

Risolto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

quasi 3 anni fa

Risolto


Sum of odd numbers in a matrix
Find the sum of all the odd numbers in a matrix. Example x = [2 3 5 7 1 4 11] y = 27

quasi 3 anni fa

Carica altro