Computer Science, asked by st7396, 2 months ago

Identify the Data type, Data value and Variable name in the following statements.
a) int price=500;
b) char section='h';
c) float discount=150.0f;​

Answers

Answered by ashazaliazhar1010
0

Explanation:

a) data type- integer

variable name- price

data value= 500

b) data type- character

variable name- section

data value= 'h'

c)data type- float

variable name- discount

data value= 150.0

Similar questions