ФІО = Практична перевірка діапазону значень змінної. Console. Visual Studio C# 2010 Запитання:// short_int_test.cpp: определяет точку входа для консольного приложения. // #include "stdafx.h" #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { long min = 1; long max = 1; short int i= 1; while (1) { i++; if (imax) { max = i; } } return 0; } ====================================