Skip to content

Commit 9a07844

Browse files
Merge branch 'main' into patch-2
2 parents 47cff84 + e1070d9 commit 9a07844

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SYLLABUS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
- Sliding window
5656
- Two Pointer
5757
- Subarray Questions
58-
- Pattern questions
58+
- [Pattern questions](https://youtu.be/lsOOs5J8ycw)
5959
- [Strings](https://www.youtube.com/watch?v=zL1DPZ0Ovlo)
6060
- [Introduction](https://www.youtube.com/watch?v=zL1DPZ0Ovlo)
6161
- [How Strings work](https://youtu.be/zL1DPZ0Ovlo?t=216)

assignments/2-first-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
1. Write a program to print whether a number is even or odd, also take
66
input.
77
2. Take name as input and print a greeting message for that name.
8-
3. Write a program to input principle, time and rate (P, T, R) from user and
8+
3. Write a program to input principle, time, and rate (P, T, R) from the user and
99
find Simple Interest.
1010
4. Take in two numbers and an operator (+, -, *, /) and calculate the value.
1111
(Use if conditions)
1212
5. Take 2 numbers as input and print the largest number.
13-
6. Input currency in rupee and output in dollar.
13+
6. Input currency in rupees and output in USD.
1414

0 commit comments

Comments
 (0)