| Title | Topics | Action | |||
|---|---|---|---|---|---|
| 16 | Read Single IntegerWrite a program that reads a single integer from the user using cin and prints i... | easy | ○ Not Started | User Input | Solve |
| 17 | Read String InputWrite a program that reads a single word (string) from the user using cin and pr... | 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 | Read Full Line with getlineWrite a program that reads a full line of text (including spaces) from the user ... | medium | ○ Not Started | User Input | Solve |
| 22 | Simple Calculator InputWrite a program that reads two float numbers from the user and displays all four... | medium | ○ Not Started | User Input | Solve |
| 23 | Age Calculator InputWrite a program that reads a person's name (single word) and age, then calculate... | medium | ○ Not Started | User Input | Solve |
| 24 | Rectangle Area InputWrite a program that reads the length and width of a rectangle as floats and cal... | medium | ○ Not Started | User Input | Solve |