Skip to main content

Values and Variables

  • Chapter
  • First Online:
Learn to Program with Kotlin
  • 1140 Accesses

Abstract

When we are writing a program, we may have a piece of information that will need to be referred to from other places in our program. Values and variables are used for this. They are defined using the keywords val and var, respectively. We can think of vals and vars as boxes containing items of data. A var is a box from which the data may be removed and replaced with some other data item. With a val, however, the data item is set once and can never be replaced.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2021 The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Lavers, T. (2021). Values and Variables. In: Learn to Program with Kotlin. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-6815-5_6

Download citation

Publish with us

Policies and ethics