Exam Results Management System:

Source: Internet
Author: User

Silently finished the first System program: Test Results Management System:

One. Main functions:

A Login
*a Registration: Add admin account and password
*b Login: Match with account and password, login is successful. Otherwise the prompt fails
*c exit: Exits the entire program.
* Two. Score Management
* 1. Add the student's name and score.
Change the score.
Delete the score and student's name. "
Check the score by student name. "
Check all student scores. "
*6. The average score of all students is counted. "
*7. Return to the previous level. "

Two. The main problems that arise are:

1. Strings are to be used in equals, for example:

String a = "a";

String B = "B";

if (A.equals (B)) {

System.out.println ("more successful. ");

}

2.equals cannot compare null, an error occurs.

3. For each module, a while loop is added. It feels better to use flag, and it's not easy to get it wrong. The overall format structure is also more normative.

Exam Results Management System:

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.