First tell her to try with a different email, if that doesn't work, she should contact Brainly staff with this link: "brainly.com/app/contact".
Answer:
Phone
Explanation:
You never said what language so I used C
#include <stdio.h>
<span>int main () { </span>
<span> int a; </span>
<span> for( a = 3; a > 0; a-- ){ </span>
<span> printf("%i \n", a); }</span>
<span> printf(" Blast OFF !!!\n"); </span>
<span>return 0; </span>
<span>}</span>
I would say functional and straightforward