수업도중에들어와서 수업내용을못들었어 ㅠㅠ

#include<iostream.h>
main()
{
int mbc;
for(mbc=2; mbc<=10; mbc+=3)
cout<<mbc<<endl;
cout<<"***"<<endl;
cout<<mbc;
}