Skip to content

Commit 1e81326

Browse files
new file has been added
1 parent b72d87d commit 1e81326

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

A. Operator/supermarket .js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
File renamed without changes.

0 commit comments

Comments
 (0)