D. because Facebook averages about 1.7 billion users everyday!
Hope this helps! Have a wonderful day and good luck! If you need more help, don't be afraid to ask! I'd be happy to assist you!
Can you put this as BRAINLIEST? Thank you so much
// A single if statement
if (boolean expression)
Do statement;
// Or a single if with {}
if (boolean expression)
{
Do statement;
}
// A block if statement: { } required
if (boolean expression)
{
Do Statement1;
Do Statement2;
...
Do StatementN;
}
Note
Someone or something with potential or talent but lacking training or polish: “Her singing voice is beautiful, but she needs help with her gestures; she's a diamond in the rough.” This phrase refers to the fact that diamonds found in nature are rough and uneven. <- this is the figurative meaning if that’s what you were trying to get (done some research.)