PIbd-22.Kurbanova A.A.Lab work 01#1 #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Laba1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +6,4 @@
namespace WarmlyLocomotive
{
public class EntityWarmlyLocomotive
В одном файле только один элемент (класс, интерфейс, перечисление и т.п.)
@ -0,0 +110,4 @@
{
_pictureWidth = width;
_pictureHeight = height;
if (_carWidth < _pictureWidth || _carHeight < _pictureHeight)
Сначала выполняются проверки и только потом, если они пройдены успешно, запоминаются данные
Pull request closed