Computer Science, asked by winter30, 11 hours ago

GUYS THIS IS URGENT PLEASE GIVE I WILL MARK IT AS BRAINLEST ANSWER
list the variables from those given below that are composite data types.
1)static int x;
2)boolean b;
3)arr[i]=10;
4)obj.display( );
5) private char chr;
6) string str;

Answers

Answered by nehasinghkgp01
2

Answer:

boolean b;

Explanation:

I hope it will help you

Similar questions