+ 3
depends on the commands you want to ask however you can add spaces at some places extra spaces or blank lines it ignores them. you write both
cout << a ; or cout<<a;
you can also do indenting based on your choise also add line breaks before brackets.
if(a){. or. if ( a ){
cout<<"abc";. cout<<"abc";
}. }