Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.
3年以上 前
解決済み
Compound Interest : Future Value
Theorem : Compound Interest
where,
F : Future value at the end of n periods
P : Present value
r : Annual nominal rate
n :...
Ordinary Annuity : Present Value
Theorem : Present Value of an Ordinary Annuity
where;
P : Present value of all payments
A : Periodic payment
r : Interest ...
3年以上 前
解決済み
Do you like your boss?
Do you like your boss?
Answer can be any string!
For example:
Boss = 'Do you like your boss?';
Output = 'yes'
or
...
DC-DC boost converter
Find the output voltage of a DC-DC boost converter given input voltage and the duty cycle ratio
3年以上 前
解決済み
iteration of N blank spot
we have N spot which can be blank o filled calculate the number of iteration for these spots. e.g. N=2 1- blank blank 2- blank f...
3年以上 前
解決済み
intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.
3年以上 前
解決済み
Sum the squares of numbers from 1 to n
For a given value of n return the sum of square of numbers from 1 to n.
Example
For n = 2
then sum of squares = 5 (1^2 + ...
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...