c = w - 2d^4 - x^4/8 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

c = w - 2d^4 - x^4/8

21st Jul 2018, 12:06 AM
Ibe Somtochi
Ibe Somtochi - avatar
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;
21st Jul 2018, 12:36 AM
John Wells
John Wells - avatar
+ 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
21st Jul 2018, 12:18 AM
John Wells
John Wells - avatar
+ 1
c = w- 2d^4 - x^4/8 please writing it in java programming language, am using netbean
21st Jul 2018, 12:23 AM
Ibe Somtochi
Ibe Somtochi - avatar
+ 1
ok
21st Jul 2018, 12:49 AM
Ibe Somtochi
Ibe Somtochi - avatar