C++ String Posttest
C++ String Posttest
Subject: ES 132
#include <iostream>
#include <string>
int main ()
string str;
return 0;
RESULT:
8. Create a program using string function that would display the length of the string.
9. Create a program using string function that would display if the two strings are
equal/similar or not.
10. Create a program using string function that would merge your first name to your family
name