Gloryaa

3_1

Sep 18th, 2022
19
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. using namespace std;
  3.  
  4. main(){
  5. int nilai;
  6.  
  7. cout<<"Masukan Sebuah Nilai : ";
  8. cin>>nilai;
  9.  
  10. if (nilai>70){
  11. cout<<"LULUS";
  12. }else{
  13. cout<<"Tidak Lulus";
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment