Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Variable Declaration | Getting Started
C# Basics
course content

Conteúdo do Curso

C# Basics

C# Basics

1. Getting Started
2. Dealing with Data Types
3. Control Structures
4. Loops
5. Arrays
6. Methods

Challenge: Variable Declaration

Complete the code by declaring the variables value_1 and value_2 having values 10 and 20 respectively.

cs

main

  1. Use the var keyword and the assignment operator (=) for variable declaration.
cs

main

Tudo estava claro?

Seção 1. Capítulo 9
We're sorry to hear that something went wrong. What happened?
some-alt