2021 | OriginalPaper | Buchkapitel
Elementary Concepts
verfasst von : Noel Kalicharan
Erschienen in: Julia - Bit by Bit
Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.
Wählen Sie Textabschnitte aus um mit Künstlicher Intelligenz passenden Patente zu finden. powered by
Markieren Sie Textabschnitte, um KI-gestützt weitere passende Inhalte zu finden. powered by (Link öffnet in neuem Fenster)
In this chapter, we will explain the following: How a computer solves a problem The various stages in the development of a computer program: from problem definition to finished program How a computer executes a program What is a data type and its fundamental role in writing a program The role of characters—the basic building blocks of all programs The concepts of constants and variables The distinction between syntax and logic errors How to produce output in Julia using print/println statements What is an escape sequence How descriptive or explanatory comments can be included in your program What is an assignment statement and how to write one in Julia