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.
Me ......................
I’m not sure but i think it might be design
Answer: clip art
Explanation:
- The clip arts are graphic images that are pre-made illustrations for the purpose of creating any medium (designs or art).
- It has no restrictions to use them, it can be used by anyone, hence its copyright-free.
- It comes in both electronic and printed form.
- But mostly they are designed and distributed and used by a person in an electronic form.
Hence, the complete statement is "Pre-made, copyright-free illustrations are called <u>clip art</u>".