Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nisiddharth committed Feb 20, 2022
1 parent 417b90a commit 9dd13c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Freshers/C/2022_02_19_CClass-8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ February 19th, 2022
4. WAP to accept N numbers into array A and M numbers into array B. Now combine the two arrays into one array C and print it.
5. WAP to accept N numbers into array A and M numbers into array B. Now combine the two arrays into one array C such that the elements at odd positions are from array A and even positions are from array B.

## 2D-Arrays
### 2D-Arrays

1. WAP to input a 2D array of size 3x3 and print it.
2. WAP to input a 2D array of size NxM (input N and M from user) and then print the sum of the border elements of the array.
Expand Down Expand Up @@ -62,7 +62,7 @@ February 19th, 2022
```
## Strings
### Strings
1. WAP to accept full name (or a sentence) from user and print it 20 times.
2. WAP to accept a sentence from user and print the number of words in the sentence.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If you are a part of MNNIT join us on Microsoft Team [MNNIT CC Queries Official]

## Announcements

- ***Hold your horses and wait for [Hack36](https://www.hack36.com).***
- ***Hold your horses and wait for [Hack36](https://www.hack36.com).** Sponsors are invited, contact at [email protected].*

## Previous Years Resources

Expand Down

0 comments on commit 9dd13c9

Please sign in to comment.