breakawayand1 Posted April 30, 2013 Share Posted April 30, 2013 The code declares and initializes an array $emails. It contains ve email addresses 1. Calculate the length (number of characters) of the email address. 2. Calculate the number of words in the email address. 3. Convert all the letters in the email address to uppercase. 4. Convert the the rst character of each word in the email address to uppercase. (Although you do not need to answer the question, please think: what do you observe in the converted string? What might be the reason it does not match the result in step 2?) 5. Calculate the length of the user name in the email address. User name is the part in the front of symbol `@.' Quote Link to comment Share on other sites More sharing options...
Irate Posted April 30, 2013 Share Posted April 30, 2013 Do you have any code made yourself yet? Post it if you have, please... Quote Link to comment Share on other sites More sharing options...
Jessica Posted April 30, 2013 Share Posted April 30, 2013 We are not here to do your homework for you. Our rules specifically state that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.