Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+5 votes
asked in CSC211_Winter2018 by (1 point)

2 Answers

+5 votes

They are predefined types of data that categorizes all related data values eg. double and int.

answered by (1 point)
+5 votes

According to our book, there are 8 types of them.
int,double,char,boolean,byte,float,long and short.

But we have only gone through int,double,char and boolean.

answered by (1 point)
+1

Very helpful, thanks G.

...