Sectionย 1. Chapterย 17
single
Challenge: Strings
Swipe to show menu
Task
Swipe to start coding
Your task is to practice working with string variables in C#.
- Declare a string variable to store the title of a book. (
The Great Gatsby) - Declare a string variable to store the author's name. (
F. Scott Fitzgerald) - Assign a value of your choice to each variable ("The Great Gatsby" and "F. Scott Fitzgerald").
- Print the book title to the console.
- Print the author's name to the console.
- Make sure both values are printed, each on its own line.
Example output:
The Great Gatsby
F. Scott Fitzgerald
Solution
Everything was clear?
Thanks for your feedback!
Sectionย 1. Chapterย 17
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat