Answered step by step
Verified Expert Solution
Question
1 Approved Answer
How declare the @ at sign dollar at C++? For example if the charc enter abc@my.com once the use enter @ then should return different
How declare the @ at sign dollar at C++?
For example if the charc enter abc@my.com
once the use enter @ then should return different case! But how to declare @ in the C++?
case q3: switch(y){ case '@': return q4; default: return q0; } case q4: switch(y){ case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': return q5; default: return q0;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started