日本語の変数名
int りんご = 5; | |
int ばなな = 3; | |
int 合計 = りんご + ばなな; | |
NSLog(@"合計は%d",合計); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
int りんご = 5; | |
int ばなな = 3; | |
int 合計 = りんご + ばなな; | |
NSLog(@"合計は%d",合計); |