+ 1
c = w - 2d^4 - x^4/8
4 Answers
+ 4
Assuming you already have values for w, d, x, and c is defined, this is your assignment.
c = w - 2 * Math.pow(d, 4) - Math.pow(x, 4) / 8;
+ 3
Do you have a question? Q&A posts must have a non-duplicate question and, as it stands, your post does not. Please edit your post to turn it into a question or I will be marking it for deletion.
https://www.sololearn.com/Discuss/1316935
+ 1
c = w- 2d^4 - x^4/8 please writing it in java programming language, am using netbean
+ 1
ok