icatalin

POO2LabRectangle.cpp

Oct 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include <stdafx.h>
  2. #include <Rectangle.h>
  3.  
  4. int main()
  5. {
  6.     Rectangle r;
  7.     std::cin >> r;
  8.     std::cout << r;;
  9.     system("pause");
  10.     return 0;
  11. }
Add Comment
Please, Sign In to add comment