C++ | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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;

24th Feb 2019, 5:08 AM
Amina Perazic
1 Resposta
+ 6
int double char string
24th Feb 2019, 5:11 AM
ā€ŽĀ ā€ā€ā€ŽAnonymous Guy