C#タイピング
C#プログラマ向けタイピング
C#のプログラマ向けのタイピングです.
関連タイピング
-
HTML&CSSを忘れないために
プレイ回数3万 英語長文759打 -
AI対戦のマルバツゲームのコードです。
プレイ回数333 英語長文1065打 -
数字の練習タイピング
プレイ回数2549 数字200打 -
ホームポジションが自然と身につく!
プレイ回数2431 短文60秒 -
プログラミングの魅力についての長文です。
プレイ回数294 長文1119打 -
プログラミングタイピング
プレイ回数1599 英字60秒 -
python 基本
プレイ回数1446 英字120打 -
1+1=2
プレイ回数73 109打
問題文
ふりがな非表示
ふりがな表示
(using system.drawing;)
using System.Drawing;
(using system.windows.forms;)
using System.Windows.Forms;
(namespace)
namespace
(public)
public
(class)
class
(initializecomponent();)
InitializeComponent();
(console.writeline();)
Console.WriteLine();
(int)
int
(float)
float
(double)
double
(bool)
bool
(true)
true
(false)
false
(else)
else
(if)
if
(return)
return
(messagebox.show();)
MessageBox.Show();
(width)
width
(height)
height
(textbox)
textBox
など
(null)
null
(string)
string
(for)
for
(picturebox)
pictureBox
(invalidate();)
Invalidate();
(update();)
Update();
(fillrectangle)
FillRectangle
(temp)
temp
(public)
public
(private)
private
(static)
static
(void)
void
(object)
object
(dispose();)
Dispose();
