Posts by Lucas Castellani • 51 points
2 posts
-
4
votes1
answer135
viewsQ: Loop does not run on Xcode
I’m trying to run a loop in the Xcode, but it doesn’t work. On the console gets: Type the loop number: 5 Nothing else happens in the terminal. 0,1,2,3,4,5 does not appear. In short, it stands still…
-
0
votes1
answer72
viewsQ: Objective-C syntax error
I’m a beginner in language Objective C and I was practicing, when I got some errors, follow the code: @interface Pessoas: NSObject { int idade; int peso; } -(void) imprimir; -(void) setIdade: (int)…
objective-casked Lucas Castellani 51