C# プログラミング入門

背景
投稿者投稿者常山いいね3お気に入り登録
プレイ回数944難易度(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);