int x=99;
do
{
cout<<x<<endl;
x++:
}
whil(x<10);
本文标题:24 - do while Loops
本文链接:https://www.haomeiwen.com/subject/nszzgxtx.html
网友评论