We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72d87d commit 1e81326Copy full SHA for 1e81326
A. Operator/supermarket .js
@@ -0,0 +1,11 @@
1
+// Task-1
2
+
3
+// You went to the supermarket to buy some oranges and apples. Calculate how much money the shopkeeper will return.
4
5
+// The first line of the input is the taka you have.
6
+// The second line is the cost of 1 kg of oranges and 1 kg of apples.
7
8
+// result
9
+let taka = 1000;
10
+let
11
array/task-1.js renamed to C. Array/task-1.js
0 commit comments