Static Variable
A static variable is declared by using the static keyword. For example;

static int i;
The value of a static variable persists until the end of the program.

Put the parts in order to form a sentence. When you think your answer is correct, click on "Check" to check your answer. If you get stuck, click on "Hint" to find out the next correct part.