-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25f71dc
commit e5e0bee
Showing
5 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# C Class 2 | ||
|
||
|
||
## Class recording: [Here](https://drive.google.com/file/d/1N3nF13g1sxA5fUlv447jJMVmfwpc6YbW/view?usp=sharing) | ||
## PPT: [Part 1](CC_FirstYe_Class1.pdf) and [Part 2](CC_FirstYe_Class2.pdf) | ||
|
||
January 23rd, 2022 | ||
|
||
<div align="center"><img src="../C_logo.png" alt="C language logo" height=150/></div> | ||
|
||
<hr> | ||
|
||
## Tasks: | ||
|
||
1. Learn binary to decimal and decimal to binary conversion for integers and floating point numbers. | ||
2. Read about ASCII. | ||
3. Revise keywords and operators from the PPT. | ||
4. Write a program to input 2 numbers and print their sum, difference, product, quotient and remainder. | ||
5. Try to solve this problem on HackerRank: [https://www.hackerrank.com/challenges/solve-me-first/problem](https://www.hackerrank.com/challenges/solve-me-first/problem). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters