#include #include #include using namespace std; int main(){ // comment can be writen starting with "//" double x; double min=0; double max=5; double step=0.5; char c1[16]="Hello"; char c2[64]; cout << c1 << endl; x=min; while(x