Study Material
Computer Applications
Write the Java expression for the following:
T
h
e
s
q
u
a
r
e
r
o
o
t
o
f
b
2
+
4
a
c
The \space square \space root \space of \space b^2 + 4ac
T
h
e
s
q
u
a
r
e
r
o
o
t
o
f
b
2
+
4
a
c
Java Math Lib Methods
5 Likes
Answer
Math
.
sqrt
(
b
*
b
+
4
*
a
*
c
)
Answered By
1 Like
Related Questions
Write the Java expression for the following:
T
h
e
s
q
u
a
r
e
r
o
o
t
o
f
a
+
5
b
3
The\space square\space root\space of\space a + 5b^3
T
h
e
s
q
u
a
r
e
r
o
o
t
o
f
a
+
5
b
3
View Answer
Bookmark Now
Write the Java expression for the following:
T
h
e
c
u
b
e
r
o
o
t
o
f
x
3
+
y
3
+
z
3
The \space cube \space root \space of \space x^3 + y^3 + z^3
T
h
e
c
u
b
e
r
o
o
t
o
f
x
3
+
y
3
+
z
3
View Answer
Bookmark Now
Write the Java expression for the following:
∣
x
+
y
∣
\lvert x + y\rvert
∣
x
+
y
∣
View Answer
Bookmark Now
Write the Java expression for the following:
x
2
+
5
y
3
3
\sqrt[3]{x^2 + 5y^3}
3
x
2
+
5
y
3
View Answer
Bookmark Now