(Java) What will be the output : double C= Math.sqrt(Math.sqrt(16),4);
Answers
Answered by
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
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
Math,
2 months ago
Physics,
2 months ago
India Languages,
2 months ago
English,
6 months ago
Social Sciences,
11 months ago