Computer Science, asked by muskanmiss836, 4 days ago

Which of the following is a float? * New_var=45 new_var=True new_var=true new_var=4.5​

Answers

Answered by vishnuvishwakarma894
2

Answer:

The floating-point numeric types represent real numbers. All floating-point numeric types are value types. They are also simple types and can be initialized with literals. All floating-point numeric types support arithmetic, comparison, and equality operators.

is this helpful

Similar questions