Advertisement
soden

Untitled

Feb 24th, 2024
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.11 KB | Source Code | 0 0
  1. var nilai = 80;
  2. if (nilai >= 70) {
  3.     console.log('Lulus');
  4. } else {
  5.     console.log('Tidak Lulus');
  6. }
Tags: JavaScript
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement