Answer:
comma
Explanation:
The for loop is used to execute the specific statement again and again until the condition is false.
The syntax:
for(initialization;condition;increment/decrement)
{
statement;
}
In the initialization, we an initialize more than one variable by using the 'comma' as separator.
similarly for condition and increment/decrement part as well.
for example:
for(int x = 0,y = 0;x<5,y<5;x++,y++)
{
statement;
}
we can used as many as possible by using comma
I’m pretty sure it’s true! Brainliest if correct
I mean it typically goes wall jack to filter to line...
To put it simple, an Address Book is basically where you can store peoples names, addresses and most importantly emails so you can easily contact them. Its pretty much like your contacts on your phone.