//myforloop2.cpp #include #include using namespace std; int main () { double arc2, j= 5.25; cout<< "\n values higher to lower with step reduction of 0.15"; cout<<"\n--using for loop backward(+) --\n"; for(double i = 1.00; i >= 0.00; i-=0.15) { arc2 = asin(i) * 180/3.14159; cout <<"\n sin "<<"\t\b "<