Type coercion can occur when working with:
1
Floats and integers
2
__ and strings
Answers
Answered by
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
English,
4 months ago
Science,
4 months ago
Biology,
9 months ago
Social Sciences,
9 months ago
Science,
1 year ago