#include using namespace std; int x = 10; int main(){ x = 12; int x = 10; int i; for(i=0;i<5;i++){ x=i; cout<