C++

Objectives :

  • myforloop2.cpp
    code : myforloop2.txt
  • higher to lower with decrement operation
    • for(double i = 1.00; i >= 0.00; i-=0.15)

Step: 1 Create a source file.

 

Step: 2 Edit and Save  source file

 

Step: 3 Runtime Views:

Step: