Yam Code
Sign up
Login
New paste
Home
Trending
Archive
English
English
Tiếng Việt
भारत
Sign up
Login
New Paste
Browse
//Le Dinh Hieu //06-HTTT //0650070018 //Bai tap hinh chu nhat #include<iostream> #include<cmath> using namespace std; class HinhChuNhat { private: float x1,x2,y1,y2,rong = 0,dai = 0,DienTich = 0,ChuVi = 0; public: HinhChuNhat(); HinhChuNhat(float x1, float y1, float x2, float y2); float TinhChieuDai(); float TinhChieuRong(); float TinhChuVi(); float TinhDienTich(); void Nhap(); void Xuat(); void Vehinh(); }; HinhChuNhat::HinhChuNhat() { x1 = 1; y1 = 1; x2 = 1; y2 = 1; } HinhChuNhat::HinhChuNhat(float X1, float Y1, float X2, float Y2) { x1 = X1; y1 = Y1; x2 = X2; y2 = Y2; } float HinhChuNhat::TinhChieuDai() { dai = fabs(y2) + fabs(y1);//tri tuyet doi return dai; } float HinhChuNhat::TinhChieuRong() { rong = fabs(x2)+ fabs(x1);//tri tuyet doi return rong; } float HinhChuNhat::TinhChuVi() { ChuVi = (dai + rong)*2; return ChuVi; } float HinhChuNhat::TinhDienTich() { DienTich = dai * rong; return DienTich; } void HinhChuNhat::Nhap() { cout<<"\nNHAP VAO TOA DO DIEM THU NHAT:\n"; cout<<"X1:= "; cin>>x1; cout<<"Y1:= "; cin>>y1; cout<<"\nNHAP VAO TOA DO DIEM THU HAI:\n"; cout<<"X2:= "; cin>>x2; cout<<"Y2:= "; cin>>y2; } void HinhChuNhat::Xuat() { TinhChieuDai();//khai bao TinhChieuRong(); TinhChuVi(); TinhDienTich(); cout<<"CHIEU DAI:= "<<dai<<endl; cout<<"CHIEU RONG:= "<<rong<<endl; cout<<"CHU VI:= "<<ChuVi<<endl; cout<<"DIEN TICH:= "<<DienTich<<endl; } void HinhChuNhat::Vehinh() { TinhChieuDai(); TinhChieuRong(); for(int i=0;i<rong;i++) { for(int j=0;j<dai;j++) if(i==0||i==rong-1||j==0||j==dai-1) cout<<("* "); else cout<<(" "); cout<<("\n"); } } int main() { HinhChuNhat hinhcn; hinhcn.Nhap(); hinhcn.Vehinh(); hinhcn.Xuat(); system("pause"); return 0; }
Paste Settings
Paste Title :
[Optional]
Paste Folder :
[Optional]
Select
Syntax Highlighting :
[Optional]
Select
Markup
CSS
JavaScript
Bash
C
C#
C++
Java
JSON
Lua
Plaintext
C-like
ABAP
ActionScript
Ada
Apache Configuration
APL
AppleScript
Arduino
ARFF
AsciiDoc
6502 Assembly
ASP.NET (C#)
AutoHotKey
AutoIt
Basic
Batch
Bison
Brainfuck
Bro
CoffeeScript
Clojure
Crystal
Content-Security-Policy
CSS Extras
D
Dart
Diff
Django/Jinja2
Docker
Eiffel
Elixir
Elm
ERB
Erlang
F#
Flow
Fortran
GEDCOM
Gherkin
Git
GLSL
GameMaker Language
Go
GraphQL
Groovy
Haml
Handlebars
Haskell
Haxe
HTTP
HTTP Public-Key-Pins
HTTP Strict-Transport-Security
IchigoJam
Icon
Inform 7
INI
IO
J
Jolie
Julia
Keyman
Kotlin
LaTeX
Less
Liquid
Lisp
LiveScript
LOLCODE
Makefile
Markdown
Markup templating
MATLAB
MEL
Mizar
Monkey
N4JS
NASM
nginx
Nim
Nix
NSIS
Objective-C
OCaml
OpenCL
Oz
PARI/GP
Parser
Pascal
Perl
PHP
PHP Extras
PL/SQL
PowerShell
Processing
Prolog
.properties
Protocol Buffers
Pug
Puppet
Pure
Python
Q (kdb+ database)
Qore
R
React JSX
React TSX
Ren'py
Reason
reST (reStructuredText)
Rip
Roboconf
Ruby
Rust
SAS
Sass (Sass)
Sass (Scss)
Scala
Scheme
Smalltalk
Smarty
SQL
Soy (Closure Template)
Stylus
Swift
TAP
Tcl
Textile
Template Toolkit 2
Twig
TypeScript
VB.Net
Velocity
Verilog
VHDL
vim
Visual Basic
WebAssembly
Wiki markup
Xeora
Xojo (REALbasic)
XQuery
YAML
HTML
Paste Expiration :
[Optional]
Never
Self Destroy
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Status :
[Optional]
Public
Unlisted
Private (members only)
Password :
[Optional]
Description:
[Optional]
Tags:
[Optional]
Encrypt Paste
(
?
)
Create New Paste
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Site Languages
×
English
Tiếng Việt
भारत