i'm trying to get a switch statement to work with strings but I get an errror saying "switch quantity not an integer". Could someone please tell me how to fix the code below to make it work. P.S. It's jst a weird example i made not my assignment code.
Thanks heaps,
Roger
[CODE=cpp]#include<iostre am>
using namespace std;
int main(){
string name =...