Skip to content

Commit dcca624

Browse files
committed
Voter
1 parent 49c4b40 commit dcca624

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Programs/Basic/voter.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
3+
let a=10
4+
if (a>18) {
5+
console.log("You can Vote ")
6+
7+
} else {
8+
console.log("You can not Vote ")
9+
}

0 commit comments

Comments
 (0)