what does the browser display? seenagape 11 years ago Consider the following PHP code:define(“CO”, “The Johnson Group”);define(“AD”, “Your MIS solution”);echo(CO);When this code is run, what does the browser display? A.“Your MIS solution” B.“The Johnson Group” C.“Define CO” D.“echo” ← Previous question Next question →