Page 1 of 1

Here are the strings: $School = "Absolute university", $Address = "152 main street, Todi, NJ", $Room = "kh413, Todi camp

Posted: Fri May 20, 2022 12:58 pm
by answerhappygod
Here are the strings: $School = "Absolute university", $Address
= "152 main street, Todi, NJ", $Room = "kh413, Todi 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
SHOW CODE AND OUTPUT