Page 1 of 1

Given a string value word, set the lastWord variable to: the upper-cased string stored in word if the word starts with t

Posted: Tue Jul 12, 2022 8:27 am
by answerhappygod
Given a string value word, set the lastWord variable to:
the upper-cased string stored in word if the word starts withthe letter p and has a length of 10
the unmodified string stored in word if it is any other numberor does not start with a p
Given A String Value Word Set The Lastword Variable To The Upper Cased String Stored In Word If The Word Starts With T 1
Given A String Value Word Set The Lastword Variable To The Upper Cased String Stored In Word If The Word Starts With T 1 (10.31 KiB) Viewed 36 times
Given a string value word, set the variable to: - the upper-cased string stored in word if the word starts with the letter p and has a length of 10 - the unmodified string stored in word if it is any other number or does not start with a p