do{
// some actions
} while (condition)

Bottom tested loops.

It will do it once guaranteed.

The rule of using this:

Used for very niche scenarios where you need to do the action once beforehand.