Across
- 3. Computer language with slow compile time
- 6. Computer language with fast compile time
- 9. What is the type of a variable such as True or False ?
- 11. Which variable is declared inside a function or a block ?
- 13. Computer language with interpreted
- 17. What is the function // syntax in Go Language ?
- 19. What is the type of Go Language ?
- 20. What do Go and C++ Language have in common ?
- 21. What is the type of a variable such as 123 ?
- 22. Which variable is declared outside a function or a block ?
Down
- 1. What is the name of types for pointers, maps, channels and functions ?
- 2. Which technique is each word, except the first, starts with a capital letter ?
- 4. Command to check if Go was installed successfully
- 5. Which technique is each word starts with a capital letter ?
- 6. Which statement is utilized to assign control to the labeled statement ?
- 7. What is the function /* syntax in Go Language ?
- 8. Things to translate Go Language into a Language that the computer will understand
- 10. Which syntax for immutable fixed values ?
- 12. What is the name of types for arrays and slices in Go Language ?
- 14. Things to write Go Language code
- 15. What is the type of a variable such as 19.99 ?
- 16. Which technique is each word is separated by an underscore character ?
- 18. Which variable is determines the root of your workspace ?
- 20. What is the type of a variable such as Hellow World ?