refactor: 6th section first two lectures exercises and questions
This commit is contained in:
25
06-variables/02-declarations/exercises/README.md
Normal file
25
06-variables/02-declarations/exercises/README.md
Normal file
@ -0,0 +1,25 @@
|
||||
# Declare and Print Variables
|
||||
|
||||
Warm up. Declare a few variables and get some experience. Get used to the variable declaration syntax.
|
||||
|
||||
1. **[Declare int](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/01-int)**
|
||||
|
||||
2. **[Declare bool](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/02-bool)**
|
||||
|
||||
3. **[Declare float64](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/03-float64)**
|
||||
|
||||
4. **[Declare string](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/04-string)**
|
||||
|
||||
5. **[Declare undeclarables](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/05-undeclarables)**
|
||||
|
||||
6. **[Declare with bits](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/06-with-bits)**
|
||||
|
||||
7. **[Declare multiple](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/07-multiple)**
|
||||
|
||||
8. **[Declare multiple 2](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/08-multiple-2)**
|
||||
|
||||
9. **[Declare an unused variable](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/09-unused)**
|
||||
|
||||
10. **[Declare a package variable](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/10-package-variable)**
|
||||
|
||||
11. **[Use before declare](https://github.com/inancgumus/learngo/tree/master/06-variables/02-declarations/exercises/11-wrong-doer)**
|
Reference in New Issue
Block a user