S = a + AA + AAA + AAAA + AA... A, where A is a number. For example, 2 + 22 + 222 + 2222 + 22222 (a total of 5 numbers are added at this time), and the addition of several numbers is controlled by the user.

Source: Internet
Author: User
Package COM. hanqi; import Java. util. *; public class yonghukongzhi {public static void main (string [] ARGs) {// todo automatically generated method stub system. out. println ("enter a number:"); required jishu = new partition (system. in); int A = jishu. nextint (); system. out. println ("Enter the number:"); export Geshu = new partition (system. in); int B = Geshu. nextint (); int sum = 0; string c = ""; for (Int J = 0; j <B; j ++) {// A is converted to string type C = C + String. valueof (a); // displays the ascending variation of the base number system. out. println (c); // convert string type back to int type and sum = sum + new INTEGER (c);} system. out. print ("Calculation Result:" + sum );}}

S = a + AA + AAA + AAAA + AA... A, where A is a number. For example, 2 + 22 + 222 + 2222 + 22222 (a total of 5 numbers are added at this time), and the addition of several numbers is controlled by the user.

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.