Challenge: Strings
Compito
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
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 9
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Fantastico!
Completion tasso migliorato a 1.25
Challenge: Strings
Scorri per mostrare il menu
Compito
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
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 9
single