fractional numeric variables that contain a decimal point are known as ____ variables. \no floating…

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

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

Answer

Answer:

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

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.