You are on page 1of 2

VARIABLE DESCRIPTION

INTEGER VARIABLES ( Int)

It is used to include the integer type values which are:-

Gear
Speed
Nitro
Distance
Ch
Res2
temp

STRING VARIABLES (char [])

It is used to specify the string type variables i.e. a group of characters: -

Company[]
Colour[]
Design []
Type[]

CHARACTER VARIABLES (ch)

It is used to specify the character type variables: -

Res
FLOATING TYPE VARIABLES (float)

It is used to specify the floating type variables.

fuel

You might also like