Advertisement
PakRT

Untitled

Feb 25th, 2020
2,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main () {
  6.  
  7. int a;
  8.  
  9. cout<<"Silahkan Masukkan Angka =";
  10. cin>>a;
  11.  
  12. if (a>0) {
  13. cout<<"Nilai Positif";
  14. } else
  15. cout<<"Nilai Negatif";
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement