Coding Challenge-5
# Coding Challenge 5
Required Knowledge-log(x) function.
log(x) is the power which must be raised to 10 to get x.
Mathematically,
log(x) = a ----> x = 10*10*10*10........a times
Challenge-Develop a program to input value of x and get value of log(x)
input- x =>Argument of logarithmic function
output- Value of logarithm of x.
Helper - Tools
This link will give You the required tools.
TIP - Take variable Type as double where necessary
Thank You for visiting our website.
Please share With your coding family.
Required Knowledge-log(x) function.
log(x) is the power which must be raised to 10 to get x.
Mathematically,
log(x) = a ----> x = 10*10*10*10........a times
input- x =>Argument of logarithmic function
output- Value of logarithm of x.
Helper - Tools
This link will give You the required tools.
TIP - Take variable Type as double where necessary
Thank You for visiting our website.
Please share With your coding family.
0 Comments