123456789
int main() { float val = 100.0; do { val = val / 5; cout << "*"; } while(val > 1.0); return 0; } Put the code you need help with here.