Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include<iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.     int a=5,d;
  8.     float b=34.5;
  9.  
  10.    
  11.  
  12.     d=a/b;
  13.     cout<<"Vysledek je:"<<(float)d<<endl;
  14.    
  15.  
  16.  
  17. }
Add Comment
Please, Sign In to add comment