What fill in the data type of the data shown in the below in the comments field? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What fill in the data type of the data shown in the below in the comments field?

12//number "some text"//_______ true//_______

11th Apr 2017, 4:59 PM
Abdelrahim Ismail
Abdelrahim Ismail - avatar
2 ответов
+ 1
The first one should be defined as an integer. The second is a string. The third one is a boolean.
11th Apr 2017, 5:10 PM
Denis Felipe
Denis Felipe - avatar
0
thank you
11th Apr 2017, 5:12 PM
Abdelrahim Ismail
Abdelrahim Ismail - avatar