Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Jul 24, 2020
1 parent 57a67b8 commit f3bb990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ Note: You will not be able to print any characters other than the above.

- Implement **float number**.
- Display Tree of program.
- Implement Read Input. (`input()` in python or `scanf()` in c)
- Implement Read Input. (`input()` in python or `scanf()` in c, one for read string and another for number)
__What about reading a line or float number!__

- Implement loop (`for`)
- Implement if, and else (`if(...){} else{}`)
- Implement logical operators (`> < >= <= ==`)

### ChangeLog
Expand Down

0 comments on commit f3bb990

Please sign in to comment.