Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

fractional numeric variables that contain a decimal point are known as …

Question

fractional numeric variables that contain a decimal point are known as ____ variables.
o floating - point
o integer
o string
o partial
question 18
____ variables and constants are known to the entire program.
o local
o global
o transient
o heap

Explanation:

Brief Explanations
  1. Floating - point variables can represent fractional numbers with a decimal point.
  2. Global variables and constants have a scope that encompasses the entire program.

Answer:

  1. A. floating - point
  2. B. Global