Examlex

Solved

The StrCityState Variable Contains a String That Ends with a Two-Digit

question 6

Short Answer

The strCityState variable contains a string that ends with a two-digit state abbreviation.Write the statements that determine whether the string stored in the strCityState variable ends with "NY".If it does,assign the string "New York order" to the lblState control's Text property.Use the EndsWith method.


Definitions:

Related Questions