Question 251
You are writing a C# program that needs to manipulate very large integer values that may exceed
12 digits.
The values can be positive or negative.
Which data type should you use to store a variable like this?
Question 252
Which of the following must exist to inherit attributes from a particular class?
Question 253
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Question 254
You are building a web application that enables international exchange students to schedule phone calls with their prospective schools.
The application allows students to indicate a preferred date and time for phone calls. Students may indicate no preferred time by leaving the date and time field empty. The application must support multiple time zones.
Which data type should you use to record the student's preferred date and time?
Question 255
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Hot Area:


