GIAC
GSSP-.NET · Question #435
(Topic 4) You work as a Software Developer for Mansoft Inc. The company uses Visual Studio.NET 2005 as its application development platform. You need to write a code segment that can change the file…
The correct answer is A. using System; B. using System. See the full explanation below for the reasoning.
Question
- (Topic 4)
You work as a Software Developer for Mansoft Inc. The company uses Visual Studio.NET 2005 as its application development platform. You need to write a code segment that can change the file extension of a file named Test.txt. Which of the following code segments will you choose to change the file extension? Each correct answer represents a complete solution. Choose two.
Options
- Ausing System;
- Busing System;
- Cusing System;
- Dusing System;
How the community answered
(39 responses)- A79% (31)
- C8% (3)
- D13% (5)
Community Discussion
No community discussion yet for this question.