genny6580 genny6580 22-02-2024 Computers and Technology contestada What will be the output of the following code? string dog = 'woof'; cat = 'meow'; fox = dog; fox = cat; cout << dog << cat << fox;