The following is a C++ program segment. Use it to answer the questions that follows;
String x=’’information’’;
String y=’’communication’’;
Determine the output generated by each of the following function; (6 marks)
(i)Cout<<’’(x+y)’’;
(ii)Cout<<’’(x.length())’’;
(iii)Cout<<”(x.equals(y))”;
 Viewed: 829 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!