This isn’t even a question it’s just instructions for a question. can you elaborate???
Answer:
1. 5
2. Because they let us quickly process the contents of an array, which have many values.
Explanation:
Answer:
if(soldYesterday > soldToday){
salesTrend = -1;
} else if(soldToday > soldYesterday){
salesTrend = 1;
}
Explanation:
The if/else statement is more explicit. The first if condition check if soldYesterday is greater than soldToday, if true, then -1 is assigned to salesTrend.
Else if soldToday is greater than soldYesterday, if true, then 1 is assigned to salesTrend.
Earths revolution about both the moon and the sun the moon the sun pull of distant planets