
Вот как я хочу, чтобы это было:
[img]https://i.sstatic .net/pgVvQXfg.png[/img]
И вот мой код:
Console.Write("Masukkan Tinggi Segitiga: ");
int tinggi = Convert.ToInt32(Console.ReadLine());
if (tinggi > 0)
{
for (int x = 1; x
Подробнее здесь: https://stackoverflow.com/questions/791 ... t-format-b
Мобильная версия