0

I don't know why i can't running the code of the variable.int and double??

21st Jun 2017, 2:39 PM
ibrahim
ibrahim - avatar
5 Antworten
+ 3
Here's your mistakes: * Forgot a semi-colon after the String. * String has a capital s. * Wrote a comma instead of a period as the decimal place *Also forgot a semi-colon after the double was initialized.
21st Jun 2017, 3:13 PM
Rrestoring faith
Rrestoring faith - avatar
+ 1
We don't know either , but thanks for telling us
21st Jun 2017, 2:43 PM
Leon D
Leon D - avatar
+ 1
the code is string name="david" int age = 24; double score =145,6 char group ='Z';
21st Jun 2017, 3:03 PM
ibrahim
ibrahim - avatar
0
What code? Tag it
21st Jun 2017, 2:42 PM
Limitless
Limitless - avatar
0
variable.int? Is variable a class? I mean you would be a king in my eyes if you can set int as a public variable of this instance
21st Jun 2017, 3:18 PM
Limitless
Limitless - avatar