second ex
This commit is contained in:
20
second/Program.cs
Normal file
20
second/Program.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
namespace second
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Payment payment =
|
||||
new Payment(
|
||||
"Шумилкин Александр Олегович",
|
||||
328000,
|
||||
2022,
|
||||
5,
|
||||
20,
|
||||
28
|
||||
);
|
||||
|
||||
Console.WriteLine( payment.ToString() );
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user