Computer Science, asked by manideepravan2712, 10 hours ago

write appropriate declarations for each of the following group of variables.
integer variables:p, q
floating-point variables:x, y, z
character variables:a, b, c​

Answers

Answered by ajb7899
6

Answer:

int p,q;

float x,y,z;

char a,b,c;

If it helps mark it as brainliest giving 5 stars.

Similar questions