29.0k views
0 votes
B.) A programmer can precede an expression with

to temporarily
convert an expression's value to the indicated data type, such as changing an int to a double.

User Shaphan
by
8.7k points

1 Answer

0 votes

Answer:

a type cast

Step-by-step explanation:

A type cast converts a value to another type.

User Jose Villalta
by
7.9k points