Area of a disk
Find the area of a disk or circle.
x= radius of the disk.
2년 초과 전
문제를 풀었습니다
Area of a Square
Inside a square is a circle with radius r.
What is the area of the square?
2년 초과 전
문제를 풀었습니다
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
2년 초과 전
문제를 풀었습니다
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...
2년 초과 전
문제를 풀었습니다
Integer or Float?
Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise ret...