最赞回答 / 慕尼黑4525711
using System;using System.Collections.Generic;using System.Text;namespace Test{ class Program { static void Main(string[] args) { double salary = 6000.00;//基本工资 double prize = 3200.00;//奖金 double tax = ...
2025-03-29
最赞回答 / 红鼻子小黑
看作者的这张图片,这几种方式都可以,你这种多了一个"=",应该是 string[] job = new string[4] { "经理","项目主管","技术总监","财务主管"}; <...图片...>
2024-07-18
最新回答 / one突333
using System;using System.Collections.Generic;using System.Text;namespace projAboveAvg{ class Program { static void Main(string[] args) { int[] score = {90,65,88,70,46,81,100,68}; string[] name={"景珍","林惠洋","成蓉","洪...
2024-06-20
最新回答 / weixin_慕粉2246583
namespace Test{ class Program { static void Main(string[] args) { double money = 60000.00;//存款金额 string x=""; if(money>=100000) x="送一台微波炉"; else if(money>=50000) x...
2024-06-11