Java Basics 14 and java Basics 14

Source: Internet
Author: User

Java Basics 14 and java Basics 14

Import java. util. summary; public class Fourtheen {/* print all "Daffodils". The so-called "Daffodils" refers to a three-digit number, each of which is equal to the number itself. */Public static void main (String [] args) {callback input = new callback (System. in); System. out. print ("enter a three-digit number:"); int a = input. nextInt (); System. out. print ("\ n"); int B = a/100; // single int c = a % 100/10; // ten int d = a % 10; // hundred-bit int f = B * B + c * c + d * d; if (f = a) System. out. println (a + "Daffodils"); elseSystem. out. println (a + "not Daffodils ");}}

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.