Try Magic Notes and save time.
Try it free
Try Magic Notes and save time
Crush your year with the magic of personalized studying.
Try it free
hello quizlet
Home
Subjects
Expert Solutions
Log in
Sign up
C#: Test 1 Review
Flashcards
Learn
Test
Match
Q-Chat
Before C# 6.0, composite formatting had to be used instead of string interpolation
Click the card to flip 👆
T
Click the card to flip 👆
1 / 50
1 / 50
Flashcards
Learn
Test
Match
Q-Chat
Created by
jordan_adair2
Share
Share
Terms in this set (50)
Before C# 6.0, composite formatting had to be used instead of string interpolation
T
After declaring a local variable, you must assign it a value before reading from it
T
The "Output" class may be used to perform I/O on the console
F
In C#, strings are immutable
T
Arrays can be accessed using square bracket notation
T