Link Search Menu Expand Document

Numbers: int, float

Table of contents

  1. Description
  2. Example
  3. Instructional Video

Description

int is short for integer, which is a whole number. float is short for floating-point number, which is a number with a fractional part. There are many operations and methods that can be performed on numbers.

Example

Instructional Video