1 / 5

What is the correct value for the blank?

let
age
=
16;
if
(age
>=
20)
{
console.log('You
are
an
adult.');
}
{
console.log('You
are
a
teenager.');
}