C#タイピング
C#プログラマ向けタイピング
C#のプログラマ向けのタイピングです.
関連タイピング
-
タイピングをマスターしたい方向けの問題です。
プレイ回数4.8万 302打 -
JAVAの練習用です。
プレイ回数2275 長文120秒 -
HTML&CSSを忘れないために
プレイ回数3万 英語長文759打 -
タッチタイピングをマスターしたい方向けの問題です。
プレイ回数1万 英字342打 -
英数と記号を混ぜた文章です
プレイ回数2298 英語長文1468打 -
タイピングをマスターしたい方向けの問題です。
プレイ回数1.2万 英字232打 -
全記号数字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数1.1万 英語長文120秒 -
PHP、JavaScript等様々な言語から出題!
プレイ回数5093 長文60秒
問題文
ふりがな非表示
ふりがな表示
(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();
