We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c4b40 commit dcca624Copy full SHA for dcca624
1 file changed
Programs/Basic/voter.js
@@ -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