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 `@.' Link to comment https://forums.phpfreaks.com/topic/277464-use-a-foreach-loop-to-iterate-through-the-emails-array-for-each-element-please/ 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... Link to comment https://forums.phpfreaks.com/topic/277464-use-a-foreach-loop-to-iterate-through-the-emails-array-for-each-element-please/#findComment-1427341 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. Link to comment https://forums.phpfreaks.com/topic/277464-use-a-foreach-loop-to-iterate-through-the-emails-array-for-each-element-please/#findComment-1427342 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.