Lab Exam

experiment

0. In Windows, Linux, or MacOS on the command line is completed, the command line is not completed 0
1. At the command line with their eight student number to create a directory, the directory has not been established 0
2. Run code below, the package name to their "+ initials study", such as students to 20,175,300 Andy "package ldh20175300"; "


package name Abbreviation + study";
public class the HelloWorld {
    public static void main (String [] args ) {
        System.out.println ( "Hello World!");
    }
}

 Experiment 5 submitted network programming and security codes link -2
2 Submit your local IP Screenshot (ipconfig command result). Without this shot 0
3 client and server code running on the machine you submit test results shots.
4 client input (parentheses into your school No. 8 obtained in two) :( 20) - (16) / 4 + (53) - (1) * 2
5 Server, print a corresponding postfix expression and calculations

1, can be done from the command line or the IDE 
2. Junit write two test cases, first proved that he is himself, and the second is that they are not to prove himself another classmate, using the student number or name can be similar : 

    ! "Andy" == "Andy," "Andy" = "Jacky" 
  ! == 20175301,20175301 = 20,175,302 20,175,301 
  3. submit run results screenshot

Guess you like

Origin www.cnblogs.com/1511657ss/p/10966900.html