For the following statements. What is the displayed message on the screen? string si="Style"; string s2="Good", string s
Posted: Sun May 15, 2022 1:36 pm
For the following statements. What is the displayed message on the screen? string si="Style"; string s2="Good", string s3="New"; cout<< s2+ s1+"is "+s3;