+ 2
----Challenge----
Develop a program to computes cube root of a number,given 3 numbers.The number should niether be largest nor smallest.create a class number with one attribute.Use operator overloading concept for this. ex:The given numbers are 4 6 7 then cube root of 6 need to be compute
6 Answers
+ 3
Yes cube root of 11 is answer Ganesh Ram Kumar A
+ 3
Yes all languages accepted DAB
+ 2
yeah
+ 1
Only python is in the tags. Are other language programs accepted?
0
if 9,11,17 the ans is 11?