Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F.
Examples:
Input F = 90
Output C is 32.22
I...
5 years 前
已解决
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
5 years 前
已解决
Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...
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...
5 years 前
已解决
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.
5 years 前
已解决
Square a Number
Given an input x, return y, which is equal to the square of x.
5 years 前
已解决
Volume of Spherical Shell
In three-dimensional space, a spherical shell can be constructed from two concentric spheres. Determine the volume of a spheric...
5 years 前
已解决
Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.