Is This English???


2010年8月12日

IT 英語 part2 - programming

■プログラミング2

どうやってスタティック変数をJavaでは使うのですか?
How do you implement static variables in Java?
文字列がこの関数を通るといつも文字化けが発生します
When strings go through this function, they always turn into garbage characters.文字が化けた
The strings got garbled.

このオブジェクトはヌルではありません
This object is not equal to null.
a+=bとa=a+bは同じことです
a+=b is equivlent to a=a+b.
この変数はループごとに1ずつ増えて行きます
This value is incremented by one for each loop.
増加単位は5です
The increment is 5 units.

変数を初期化しないっとエラーになるよ
It would generate an error without initializing the variable.
ループを出ると最後まで初期化されないよ
This variable will never be zeroed after loop.
ここでこの変数は0に設定されました
Now this variable is set to zero.

() parentheses
{} braces or curly brackets
[]<> brackets
IF文には括弧が必要ですよ
you need parentheses for the IF statement.
パラメータ変数を括弧の中に入れてください
Bracket all the parameter variables.
括弧を取らないとエラーがなくなりませんよ
Take the brackets out. Otherwise, the error won't be cleared.

投稿者 funa : AM9:16| 使える英語フレーズ - Phrases | コメント (0) | トラックバック (0)


ギャラリー
人気ページ
最近のエントリー