The Correct Answer of the following Java the expression will be : a* Math.pow(x,5)+b*Math.pow(x,3)+c
ax³+bx⁵+c
ax⁵+b3x+c
ax⁵+bx³+c
None