Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. main()
  3. {
  4. float A,B,C;
  5.  
  6. printf("dwse A:");
  7.  scanf("%f",&A);
  8.  
  9. printf("dwse B:");
  10.  scanf("%f",&B);
  11. if(A*B>0)
  12. C=A*B;
  13. printf("To ginomeno einai:%f.3",C);
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement