Advertisement
rengetsu

Proced_1_Pratyb_1.04

Feb 28th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     float one,two;
  6.     int aa,ab;
  7.     cin>>one;
  8.     aa=one;
  9.     two=one-aa;
  10.     ab=two*100;
  11.     cout<<aa<<"m,"<<ab<<"cm"<<endl;
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement