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...
約3年 前
解決済み
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
約3年 前
解決済み
Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F.
Examples:
Input F = 90
Output C is 32.22
I...
約3年 前
解決済み
Calculate the square root
Given an input integer x, calculate the square root without using the sqrt function.
Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns.
E...
約3年 前
解決済み
Max of a Vector
Write a function to return the max of a vector