Computer Science, asked by DoCtoRbOOm, 9 months ago

write the sentence of how to declare a variable​

Answers

Answered by Anonymous
2

Answer:

written text to declare a variable is

type variable___name = [value];

where type can be any valid data type,

Answered by Anonymous
0

\huge\mathfrak{Answer}

  • Following various data types
  • int / double / char are the various data types
  • int a ; double c ; char ch ;
Similar questions