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
Answer
Answer:
- A. floating - point
- B. Global
Brief Explanations:
- Floating - point variables can represent fractional numbers with a decimal point.
- Global variables and constants have a scope that encompasses the entire program.