Study Material
Computer Science
Write the Java expression for the following:
p
=
a
2
+
b
c
p = a^2 + bc
p
=
a
2
+
b
c
Java Operators
109 Likes
Answer
p
=
a
*
a
+
b
*
c
Answered By
56 Likes
Related Questions
Fill in the blanks:
The binary equivalent of (45)₁₀ is _________.
View Answer
Bookmark Now
Fill in the blanks:
If a=0,b=1; then the output of bitwise OR will be _________.
View Answer
Bookmark Now
Write the Java expression for the following:
m
=
a
2
−
b
2
a
b
m = \dfrac{a^2 - b^2}{ab}
m
=
a
b
a
2
−
b
2
View Answer
Bookmark Now
Write the Java expression for the following:
s
=
u
t
+
1
2
a
t
2
s = ut + \dfrac{1}{2}at^2
s
=
u
t
+
2
1
a
t
2
View Answer
Bookmark Now