0
Quiz
Type in the missing data types of the variables a, b, c, and d, where a is an integer, b is a double floating-point number, c is a character, and d is a string. a; b; c; d;
6 ответов
+ 1
int a
double b
char c
string d
0
Please avoid at best writing sentence in the Relevant Tags section. Tags are used by search feature to find similar questions by matching the tags. Arbitrary choice for words in tags will ruin the search functionality.
Try to review the chapter you are currently on. I'm sure all the answers are there. And for future reference, follow this tips for posting a question 👍
https://www.sololearn.com/Discuss/333866/?ref=app
0
0
0
- 7
int a
float b
char c
void d