Advertisement
ImoogiWild

Bài 3

Oct 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main(){
  4.     float a;
  5.     cout<<"Nhap vao mot so bat ki : ";
  6.     cin>>a;
  7.     cout<<"phan nguyen cua so nay là : " << (int)a;
  8.     return 0;
  9.      }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement