Java programming capability enhancement (3) -- select questions

Source: Internet
Author: User

 

In order to select a set of questions for students to participate in the national software competition, the time is 150 minutes. If you have learned Java, you can try to see if it can be made.

1, Programming output calendar. Known2011Year3Month18The day is Friday (2011Year), output calendar.

For example, enter3Output:

DayIII3. ThuV.Sat.

12345

678910 11 12

13 14 15 16 17 18 19

20 21 22 23 24 25 26

27 28 29 30 31

2, Known:

Public class Student {

Private String sid;

Private String sname;

... // GetMethod andSetMethod

}

Public class StudentManager {

List <Student> students;

//Write your own code

}

Requirements: InStudentManagerTo add, delete, modify, and query students and determine whether there are students and how to obtain the number of students.

3Input from the keyboard10

Related Article

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.