You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Exercises-And-Solutions/exercises/10-basic-exercise.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### Question 1
2
2
3
-
Create Bill Calculator
3
+
Create Bill Calculator.
4
4
5
5
Ask below Questions
6
6
@@ -14,9 +14,9 @@ Use can enter any number of quantities. Calculate the bill based on the quantiti
14
14
item count as 0.
15
15
16
16
### Question 2
17
+
Print below Pattern:
17
18
18
19
```
19
-
Print below Pattern
20
20
$##$##$
21
21
$##$##
22
22
$##$
@@ -26,18 +26,19 @@ $
26
26
27
27
### Question 3
28
28
29
-
Ask the user question "How many times do you want to print Series". Then print below series. For example below series will print if user enteres 5
29
+
Ask the user question "How many times do you want to print Series". Then print below series. For example below series will be printed if user enteres 5
30
30
31
31
2, 6, 30, 260, 3130
32
-
Find the pattern for above series and print accordingly. If the user enters 10 then we will print the same series numbers till 10 times.
32
+
33
+
Find the pattern for above series and print accordingly. If the user enters 10 then we will print the same series numbers total 10 times.
0 commit comments