Computer Science, asked by vb054637, 7 months ago


What is wrong with the following statements? Explain
i. result = (5/10) * Math.sqrt( a );
ii. result = math.sqrt(b* b-4* a *c)/(2*a);​

Answers

Answered by BrainlyProgrammer
2

Answer:

I) iska answer double me aayega... u have to do type casting

ii) math. sqrt() ke andar aur ek bracket lagega else it will show errror.... this will also return in double

Answered by vrutankmehta544
0

Answer:

OPTION :- (ii)

please make me brainlest

Similar questions