07. Projects Creation
using System;
namespace MyFirstProject7
{ class Program { static void Main(string[] args)
{ string name = Console.ReadLine();
int project = int.Parse(Console.ReadLine());
int hours = int.Parse(Console.ReadLine());
Console.WriteLine($"The architect {name} will need {hours} hours to complete {project} project/s."); }
}
}
Не знам защо ,но джъдж-а ми да 0/100, а проверката ми във visual studio работи