0
C++
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;
1 Answer
+ 6
int
double
char
string
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;