write c++program to read x and compute the following .y=(x2+5x-20)/2x if x>0,y=0 if x=0,x2+(5x)2-10 if x<0
Answers
Answered by
0
write c++program to read x and compute the following .y=(x2+5x-20)/2x if x>0,y=0 if x=0,x2+(5x)2-10 if x<0
Similar questions