Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
public class diagonal_Length { public static void find_diagonalLength(integer length,integer width ){ decimal diagonalLength; diagonalLength= Math.sqrt(((length*length) +(width*width))); } }
Try this:
I hope you find the above solution helpful. If it does, please mark it as Best Answer to help others too.
Thanks and Regards,
Suraj Tripathi
All Answers
Try this:
I hope you find the above solution helpful. If it does, please mark it as Best Answer to help others too.
Thanks and Regards,
Suraj Tripathi