Question:You need to identify a type that meets the following criteria: Is always a number. Is notgreater than 65,535. Which type should you choose? - (VB.NET)
A System.UInt16 B int C System.String D System.IntPtr
+ AnswerA
+ Report