To create a for loop, we start with the for keyword, parentheses ( ), and braces { }.
for
( )
{ }
Make sure to pick for followed by () and then {, }.
()
{
}