想做出一個如附圖
(1)可輸入數值 ......等等
有幾個問題想請教大家
第一是 在程式裡我宣告了 int[] n=new int;
陣列 ,若我我一開始給他陣列長度
我要如何做才能依造使用者輸入多寡去宣告陣列
問題二,我的執行出來都會多個0耶
奇怪是那裡出了問題
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
int[] n=new int;
int t=0,tmp;
string sel="";
while (sel != "0")
{
Console.Write("\n\n請選擇(1)輸入數值 (2)取最大值 ( ..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容