Enter the number of people, input fractions, save in the collection, and then read out, to find the average score

Source: Internet
Author: User

Console.Write ("Please enter the number of classes:"); intn =Convert.ToInt32 (Console.ReadLine ()); ArrayList Fenshu=NewArrayList (); Doublesum =0;  for(inti =0; I < n;i++)//to enter the elements of a collection with a For loop{Console.Write ("Please enter section"+ (i+1)+"Personal Score:"); Fenshu. ADD (Double. Parse (Console.ReadLine ()));//cast receive data type is double typeSum + =Double. Parse (Fenshu[i]. ToString ());//casts a collection element to a string type and then casts the string type to a double type            }            foreach(DoubleAinchFenshu)//to output an element in a collection with a traversal array{Console.WriteLine (a); } Console.WriteLine ("the average class score is:"+sum/N); Console.ReadLine ();

Enter the number of people, input fractions, save in the collection, and then read out, to find the average score

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.