Computer Science, asked by 18Philpotr, 8 months ago

Type coercion can occur when working with:

1
Floats and integers
2
__ and strings

Answers

Answered by js403730
1

Answer:

Every value has a type.

Integer ( int ): represents positive or negative whole numbers like 3 or -512. Floating point number ( float ): represents real numbers like 3.14159 or -2.5. Character string (usually called “string”, str ): text. Written in either single quotes or double quotes (as long as they match).

Similar questions