Question:The output generated by the following code will be: string t = "This Is a Test"; t.Replace("T", "?"); Console.WriteLine(t); 

A ?his Is a ?est 

B ?his Is a ?es? 

C This Is a Test 

D ?his Is a Test 

+ Answer
+ Report
Total Preview: 599

Copyright © 2024. Powered by Intellect Software Ltd