Which method in the string class might be useful to create a table with values number aligned?

A. Align( )
B. Concat( )
C. PadLeft( )
D. Split( )


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following code fragments gives a random double value between 2 and 5 inclusive? You can assume that the random number seed has been set and any needed definitions and initializations have been made.

a. 3.0*rand() + 2 b. 3.0*(RAND_MAX-rand())/RAND_MAX + 2 c. ((RAND_MAX-rand())/static_cast(RAND_MAX))*3 + 2 d. (RAND_MAX-rand())/static_cast(RAND_MAX)*5 -2 e. rand()/static_cast(RAND_MAX)*2 + 3

Computer Science & Information Technology

All of the following are parts of the RGB system except ____.

A. red B. green C. blue D. yellow

Computer Science & Information Technology

In Windows, the status bar consists of tabs, groups, and commands that provide access to tasks.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Early signs of CTS include a feeling of emotional and physical exhaustion. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology