Answer:
This is using c++ syntax, you might need to make slight adjustment for other languages.
First activity:
string firstSnack = "chips";
string secondSnack = "pizza";
string thirdSnack = "apples";
string bestSnack = firstSnack;
bestSnack = secondSnack;
Second activity:
double apple = 0.5;
double banana = 0.75;
double orange = 1.43;
double total = apple + banana + orange;
Explanation:
When first declaring a variable, you want to specify the type (such as int, double, string, bool, etc.) and then the name. You can set the variable value in the declaration, or you can set it to a value later in the program by not having the equals sign and whatever comes next.
Front color c because your changing the color of the text not the box line or fill
The answer is B or you could click when the pop up
Answer:
3. Base (<em>under line</em>): usually a layer of salad greens that line the plate or bowl in which the salad will be served.
2. Body (<em>main part</em>): consists of the main ingredients.
1. Garnish: enhances the appearance while also complementing the overall taste; must be edible.
Dressing: liquid/ semi-liquid added to the body.
Explanation:
The /etc directory contains configuration files that the system uses when the computer starts.