A clothing store wants to stock sweatshirts that come in four sizes (small, medium, large, x-large) and in three colors (yellow, blue, and white). How many different types of sweatshirts will the store have to stock?

1 answer

3 small + 3 med + ...
4 * 3 = 12
Similar Questions
  1. What is the output of this program?let sizes = [ "mini", "small", "medium" sizes [4] = "large"; console.log(sizes); (1 point)
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. What is the output of this program?let sizes = [ "mini", "small", "medium" ]; sizes[4] = "large"; console.log(sizes); (1 point)
    1. answers icon 1 answer
    1. answers icon 0 answers
more similar questions