Advertisement
irapilguy

Untitled

Jan 30th, 2021
630
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. #include
  2. using namespace std;
  3. void main()
  4. {
  5. bool b=double(1/2);
  6. cout << b;
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement