Computer Science, asked by Brendan231, 27 days ago

Identify the atomic data types for your primary programming language.

Answers

Answered by angelsaini20011
0

Answer:

Answer this is your answer Hope this is right

Attachments:
Answered by dreamrob
0

Answer:

Data type: A data type is used to define the type of value to be used in a program.

There are four atomic data types for your primary programming language.

These are: integers, floats, characters, and booleans.

1) integers: -4 , 434, 45676

2) floats: -32.3 , 65.44, 300.3

3) characters: 'a' , 'A' , '2' , '*'

4) boolean: true, false

Similar questions