C# String Manipulation Challenge

C# String Manipulation Challenge

6th Grade

20 Qs

quiz-placeholder

Similar activities

Excel

Excel

6th - 8th Grade

15 Qs

ML FBLA Financial Literacy - Savings and Checking Accounts

ML FBLA Financial Literacy - Savings and Checking Accounts

6th - 8th Grade

20 Qs

airplane

airplane

6th Grade

21 Qs

MATH 4 TYPES OF QUADRILATERAL

MATH 4 TYPES OF QUADRILATERAL

4th Grade - University

20 Qs

REVISION 2 : TOPIC 7, 8 & 9

REVISION 2 : TOPIC 7, 8 & 9

1st Grade - University

20 Qs

Chapter 5 Managing the Business

Chapter 5 Managing the Business

1st - 7th Grade

20 Qs

Intro 2 Business Ch 6 Vocab

Intro 2 Business Ch 6 Vocab

KG - 12th Grade

21 Qs

ICS Unit 3 Review

ICS Unit 3 Review

6th Grade

18 Qs

C# String Manipulation Challenge

C# String Manipulation Challenge

Assessment

Quiz

Business

6th Grade

Medium

Created by

N Davies

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

string word = "hello";

Console.WriteLine(word.Contains("e"));

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

string fruit = "apple";

Console.WriteLine(fruit.Contains("ap"));

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

string sentence = "The quick brown fox jumps over the lazy dog";

Console.WriteLine(sentence.Length);

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

string fruit = "orange";

Console.WriteLine(fruit.StartsWith("a"));

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

string text = "Hello, world!";

Console.WriteLine(text.EndsWith("world!"));

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

string phrase = "Hello, world!";

Console.WriteLine(phrase.Substring(0, 5));

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

string word = "hello";

Console.WriteLine(word.Substring(1, 3));

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?