如何使用C#编写程序来设计货币兑换计算器 [英] how do I write a program to design a currency exchange calculator using C#

查看:316
本文介绍了如何使用C#编写程序来设计货币兑换计算器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一个程序/代码来设计货币兑换计算器

I need a program/code to design a currency exchange calculator

推荐答案

您需要编写的最小值是文本编辑器;但是一个体面的IDE是更合适的选择。最明显的例子是Visual Studio,但是你也可以使用Mono,或者如果在java中进行开发不需要考虑Eclipse。



否则,你也可以开发它任何其他软件的方式:

1)你在纸上写下你的所有要求,以及原理图UI设计。

2)你创建一个项目并开始根据这些要求/设计进行编码。

3)你写了一些单元测试,以确保返回的结果是有效的。

4)你彻底调试它。 />


您可以回到这里,就您编写的代码的特定问题提出具体问题。这不是代码订购网站。请参阅 CodeProject QA FAQ [ ^ ]
The minimum you need to write it is a text editor; but a decent IDE is a more appropriate choice. The most obvious example would be Visual Studio, but you can also use Mono, or Eclipse if developing in java is not a concern.

Otherwise, you develop it the same way as any other software:
1) you write down on a paper all your requirements, as well as a schematic UI design.
2) you create a project and start coding as per these requirements/design.
3) you write some unit tests to make sure that the returned results are valid.
4) you debug it toroughly.

You may come back here and ask for a specific question on a specific issue of the code that you wrote. Here is not a code-ordering site. Please see CodeProject QA FAQ[^]


这篇关于如何使用C#编写程序来设计货币兑换计算器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆