Finding the sum of integers from a through b,inclusive using while loop C++

Hello, I'm new to C++.

How do I find the sum of integers from a through b, no input from user needed, and only using while loop statement.

The results from my question on the internet gave me only the solution using for loop statement.
Can anyone show me how to do it?