📄 test-2-1-5.cpp
字号:
//test-2-1-5.cpp
//************
#include <iostream.h>
#include <conio.h>
void main()
{ float p=0.5;
while (p<=6)
{ cout <<'*';
p=p+0.5;
}
getch();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -