subject

What is the value of the variable named s2 after the following statements have been executed?string s1 = "118-45-9271";string s2 = "";for (int i = 0; i < s1.Length; i++)if (s1[i] != '-')s2 += s1[i];s2 = s2.Replace('-', '.');

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 20:00
2.)how does a graphical user interface (gui) on a touchscreen interface differ from a gui on a desktop or laptop? a.)a finger or stylus is used instead of a pointer. b.) a magic wand is used instead of a pointer. c.)users speak commands instead of using a pointer. d.)users visualize commands instead of using a pointer.
Answers: 1
question
Computers and Technology, 23.06.2019 16:30
How to do this programming flowchart?
Answers: 3
question
Computers and Technology, 24.06.2019 00:40
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
Answers: 1
question
Computers and Technology, 24.06.2019 04:30
Which of the following terms refers to a collection of different types of software that share the goal of infiltrating a computer and making it do something? a- malware b- virus c- spyware d- trojan horse
Answers: 2
You know the right answer?
What is the value of the variable named s2 after the following statements have been executed?string...
Questions
question
Mathematics, 08.12.2020 01:00
question
Mathematics, 08.12.2020 01:00
question
Mathematics, 08.12.2020 01:00
Questions on the website: 13722360