Computer Science, asked by gtrishla291, 14 days ago

can be performed on fields that have numbers, string, date, time or Boolean values​

Answers

Answered by shruthi569
0

Explanation:

A variable's type determines the values that the variable can have and the operations that can be performed on it. For example, the declaration int count declares that count is an integer ( int ). ... Primitive types contain a single value and include types such as integer, floating point, character, and boolean.

hope it helps

Similar questions