C# プログラミング入門

・スマホ向けフリック入力タイピングはこちら
※アプリのインストールが必要です。
・PC向けタイピングはこちら
タブレット+BlueToothキーボードのプレイもこちらがオススメです!
Webアプリでプレイ
投稿者投稿者常山いいね3お気に入り登録
プレイ回数943難易度(2.6) 60秒 英語 英字
C#打つ
符号あり

関連タイピング

問題文

ふりがな非表示 ふりがな表示

(public record PhysicalAddress()

public record PhysicalAddress(

(string Street,)

string Street,

(string City,)

string City,

(string StateOrProvince,)

string StateOrProvince,

(string ZipCode);)

string ZipCode);