Computer Science, asked by aniket34634, 4 months ago

how to write x^2/2 in programming language​

Answers

Answered by vk8091624
0

Answer:

I assume that you could write some simple programs. ... C++ compiler will automatically insert a " return 0; " at the end of the the ... The symbol " = " is known as the assignment operator.

Answered by harshit21885
0

In java you can write as

( Math.pow(x,2) ) / 2

Similar questions