共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > simplecsharpcalculator |
simplecsharpcalculator
|
0 | 0 | 3 |
贡献者 | 讨论 | 代码提交 |
A simple (and limited) calculator written in C#. The second program I wrote myself. The limiting factor is that it can only do an operation on two numbers at a time (eg. if you put 1+2+3+4+5+6+7= it would give you 13.) Oh well, it was a learning experience for me.