kirh.a
Arthur
// Do not try this at home

Console.Write("Enter hours desired to sleep");
int x = Convert.ToInt32(Console.ReadLine());

for (int i = 0; i <= x; i++)
{
Console.WriteLine("You are sleeping");
}

Console.WriteLine("Congratulations, you have slept your desired hours");



// Do not try this at home

Console.Write("Enter hours desired to sleep");
int x = Convert.ToInt32(Console.ReadLine());

for (int i = 0; i <= x; i++)
{
Console.WriteLine("You are sleeping");
}

Console.WriteLine("Congratulations, you have slept your desired hours");



目前離線
1 個 VAC 封鎖紀錄 | 資訊
距離上次封鎖共 1625 天
最近動態
總時數 0 小時
最後執行於 2024 年 7 月 12 日
總時數 125 小時
最後執行於 2024 年 7 月 10 日
成就進度   61 / 88
總時數 2.3 小時
最後執行於 2024 年 3 月 12 日