write the sentence of how to declare a variable
Answers
Answered by
2
Answer:
⭐written text to declare a variable is
⭐type variable___name = [value];
⭐where type can be any valid data type,
Answered by
0
- Following various data types
- int / double / char are the various data types
- int a ; double c ; char ch ;
Similar questions