Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include<conio.h>
  2. #include<iostream.h>
  3. void main()
  4. {
  5. int a,b,c;
  6. a=10;
  7. b=(a+4<10);
  8. cout<<endl;
  9. cout<<"Nilai B=(a+4<10)="<<b<<endl;
  10. getch();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement