notepad++ Code output Phone number

Source: Internet
Author: User

on the Internet to see a programmer to find a co-rental of the news, hoping to find a programmer to rent, so the phone number in the form of code output, free to play out the game.
Start by creating a new Test.java file and typing the following code:
1 Public classtest{2 Public Static voidMain (string[] args) {
Define two arrays and initialize3 int[] arr =New int[] {8,2,1,0,3};4 int[] index =New int[] {2,0,3,2,4,0,1,3,2,3,3};5String Tel = "";6 for(intI:index) {
Iterating through an array7Tel + =Arr[i];8 }9 System.out.println ("Contact information:" +tel);//Output ContactTen }
One}
Install the Nppexec plugin in notepad++, enter the Execute menu entry Javac "$ (full_current_path)" JAVA-CP "$ (current_directory)" "$ (Name_part)" Save
Then enter the anvanced options (advanced option) to add the code just saved to the "macro" menu, but also to set up shortcut keys, run the phone number is: 18013820100

notepad++ Code output Phone number

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.