Here are the strings: $School = "felician university", $Address = "262 main street, lodi, NJ", $Room = "kh413, lodi camp
Posted: Fri May 20, 2022 5:06 pm
Here are the strings: $School = "felician university", $Address
= "262 main street, lodi, NJ", $Room = "kh413, lodi campus".
Create a PHP program to:
- print out the length of each string
- print out the number of words in each string
- replace "NJ" with "new jersey"
- convert lowercase into Title case for each string
- print out the concatenation of all three strings
PLEASE SCREENSHOT YOUR CODE AND OUTPUT!
= "262 main street, lodi, NJ", $Room = "kh413, lodi campus".
Create a PHP program to:
- print out the length of each string
- print out the number of words in each string
- replace "NJ" with "new jersey"
- convert lowercase into Title case for each string
- print out the concatenation of all three strings
PLEASE SCREENSHOT YOUR CODE AND OUTPUT!