| Title | Topics | Action | |||
|---|---|---|---|---|---|
| 16 | Read Single IntegerWrite a program that reads a single integer from the user using scanf and prints... | easy | ○ Not Started | User Input | Solve |
| 17 | Read String with scanfWrite a program that reads a single word (string) from the user using scanf and ... | easy | ○ Not Started | User Input | Solve |
| 18 | Read Two IntegersWrite a program that reads two integers from the user and displays their sum:
S... | easy | ○ Not Started | User Input | Solve |
| 19 | Read Float InputWrite a program that reads a float value from the user and prints it with 2 deci... | easy | ○ Not Started | User Input | Solve |
| 20 | Read Character InputWrite a program that reads a single character from the user and prints:
You pre... | easy | ○ Not Started | User Input | Solve |
| 21 | Simple Calculator InputWrite a program that reads two float numbers from the user and displays all four... | medium | ○ Not Started | User Input | Solve |
| 22 | Age Calculator InputWrite a program that reads a person's name (single word) and age, then calculate... | medium | ○ Not Started | User Input | Solve |
| 23 | Rectangle Area InputWrite a program that reads the length and width of a rectangle as floats and cal... | medium | ○ Not Started | User Input | Solve |