I'm doing a project for my computer science class and I am printing a cake out using ASCII symbols. Running it will let you choose between having 25, 11, 5, 3, or 1 candle(s) on the cake, like this, respectively:
" ___|||||||||||||||||||||||||___ "
" __________|||||||||||__________ "
" _____________|||||_____________ "
" ______________|||______________ "
" _______________|_______________ "
I need some help on how to print these lines using loops.