Hey good evening everyone, thanks in advance for your help. I amnew to this site this is my first post. i am taking cs12 introclass to c ++. im having a problem understand loops, so here goes.i have an equation that i have to write a program for (i got thatpart down) i have to run the program using specific values startingfrom -4 to 3.5 increasing .5 each time. the program should printthe values of x and y for each increment. So i wrote the equationand checked it, its working fine now im trying to use a for loop,but it aint happening
Explanation / Answer
please rate - thanks example with a for loop double x; for(x=-4;x