问题标题:
C#的问题,把数学关系3≤x<10表示成C#表达式为:().输入两个整数,输出它们的商,并输出商的第2位小数位(例如:15/18.0=1.875,1.875的第二位小数位是7)
问题描述:
C#的问题,
把数学关系3≤x<10表示成C#表达式为:().输入两个整数,输出它们的商,并输出商的第2位小数位(例如:15/18.0=1.875,1.875的第二位小数位是7)
蒋振刚回答:
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
namespaceConsoleApplication2
{
classProgram
{
staticvoidMain(string[]args)
{
floatx=4;
floaty=2;
floatc;
c=x/y;
stringa=Convert.ToString(c);
string[]b=newstring[a.Length+2];
for(inti=0;i
点击显示
数学推荐
热门数学推荐