Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Class Zadanie {
  2. public Zadanie(String nazwa)
  3. {
  4.  
  5. if(nazwa 1 % == 0)
  6. {
  7. cout<< "Jestem intem"
  8. } else
  9. {
  10. cout << "Jestem dobule"
  11. }
  12. }
  13.  
  14. int main()
  15. {
  16. Zadanie zadanie = new Zadanie("5");
  17. cout<<zadanie;
  18. }
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement