求助各位高手,今晚10点要交
外国老师没教我们C#让我们自学写程序。。。题目是翻译过来的,可能有点不通顺,凑活看看吧。在平面坐标上直线运动的点以速度1.0、移动方向 30°、执行Method Move 、显示10.0 秒后的坐标,用C#,利用以下提示写程序。
Property: 现在的坐标 double x, y;
Field: 速度 double velocity;
方向(radian) double direction;
Method: 现在的坐标经过时间 t 之后的新坐标 void Move(double t);
Constructer: 坐标的初始值 用 double x, double y 当做参数。
" border="0" />