Community Profile

photo

Kerem Kutan


Last seen: 10 days 前 自 2020 起处于活动状态

统计数据

  • Quiz Master
  • Speed Demon
  • Creator
  • Community Group Solver
  • Commenter
  • Promoter
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Solver

查看徽章

Content Feed

排序方式:

已解决


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

4 years 前

问题


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

4 years 前 | 1 | 119 个解题者

已解决


Watt
Ampere x Volt = Watt

4 years 前

问题


Watt
Ampere x Volt = Watt

4 years 前 | 2 | 92 个解题者

已解决


Mile to Kilometer
x is mile and y is km

4 years 前

问题


Mile to Kilometer
x is mile and y is km

4 years 前 | 0 | 134 个解题者

已解决


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

4 years 前

问题


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

4 years 前 | 1 | 94 个解题者

已解决


Polygon Interior Angle Sum
Theorem is (n−2)x180°

4 years 前

问题


Polygon Interior Angle Sum
Theorem is (n−2)x180°

4 years 前 | 1 | 33 个解题者

已解决


Percentage
There is x liter water and y gram => z is percentage of salt in water

4 years 前

已解决


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

4 years 前

问题


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

4 years 前 | 1 | 96 个解题者

已解决


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

4 years 前

已解决


Find the y=(1:x)
Look at the question

4 years 前

已解决


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

4 years 前

已解决


Bto
Hangisi daha büyük

4 years 前

已解决


Which one is More bigger?
we have two input like (x,y) our output (z) must wich one is bigger input.

4 years 前

已解决


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

4 years 前

已解决


Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...

4 years 前

已解决


Encode Roman Numerals
Create a function taking a non-negative integer as its parameter and returning a string containing the Roman Numeral representat...

4 years 前

已解决


Which doors are open?
There are n doors in an alley. Initially they are all shut. You have been tasked to go down the alley n times, and open/shut the...

4 years 前

已解决


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

4 years 前

已解决


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

4 years 前

已解决


Problem for beginners
M is a nxm matrix. Swap the fist and the second last column with eachother. X=[1 2 3;4 5 6;7 8 9] Y=[2 1 3;5 4 6;8 7 9]

4 years 前

已解决


Problem for beginners
Suppose that x is a column vector, with at least a length of 6. Delete the 2., 6., and the second last row. Example: X=[1;2;3...

4 years 前

已解决


Box
Give the volume of a box, x is equal to the body diagonal.

4 years 前

已解决


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

4 years 前

已解决


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

4 years 前

已解决


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

4 years 前

加载更多