Computer Science, asked by krittikasagar, 6 months ago

(Java) What will be the output : double C= Math.sqrt(Math.sqrt(16),4);

Answers

Answered by ashwinimambekar
0

Compile by: javac SqrtExample1.java

SqrtExample1.java:5: error: method sqrt in class Math cannot be applied to given types;

double C= Math.sqrt(Math.sqrt(16),4);

^

required: double

found: double,int

length

SqrtExample1.java:7: error: cannot find symbol

System.out.println(Math.sqrt(x));

^

symbol: variable x

location: class SqrtExample1

2 errors

Answered by DipanshiKunwar21
0

Answer:

An event that is essentially deterministic , that is, has probability 0 or 1, is independent of any other event, even itself. ... If \(\P(A) = 0\) or \(\P(A) = 1\), then \(A\) and \(B\) are independent.

Similar questions