for (int counter = 1; counter < bilangan ; counter ++)
cout<< counter + 2 <<” ”<<endl;
What is the output if bilangan is 4 ?
Expert's answer
//What is the output if bilangan is 4 ?main(void)
{
int bilangan;
cout<<"\nEnter bilangan: "; cin>> bilangan ;
for (int counter = 1; counter < bilangan ; counter ++)
{
cout<<"counter = "<<counter+2<<endl;
}
return(0);
}
Finding a professional expert in "partial differential equations" in the advanced level is difficult.
You can find this expert in "Assignmentexpert.com" with confidence.
Exceptional experts! I appreciate your help. God bless you!