Write java expression for following
|x^2+2xy|
Answers
Answered by
13
double s=Math.abs((x*x)+(2*x*y));
for it is given modulus...so we are using Math.abs()
to give out the absolute value
Anandillalscatering:
How much marks did empirical formula in compulsory paet carried
Answered by
5
Answer:
The answer is Math.abs(x*x+(2*x*y)). This is based on the java specification being mentioend here. Java is the general purpose computer programming language and the same is concurrent and class based.
The language is object oriented and it has been particularly designed for the reason of impolementation dependencies. It consists of the JVM and this is considered to be the cornerstone as part of the Java platform.
Explanation:
Similar questions