#include<iostream> using namespace std; int main(){ //writing sum of 10 numbers int num; for{num=1;num<=10;num=+} cout<<"num:"<<endl; return 0; }