The first programming of the Java Foundation

Source: Internet
Author: User

Import Java.util.Scanner;

Public class P15 {

Span style= "color: #7f0055; Font-size:small; " > public static void main (string[] args

System. out . println ("512M hard disk can store the type of int data is: 512*1024*1024*8/32=134217728");

System. out . println ("Let's calculate the other size of the hard drive \ n Please enter a hard drive size (number):");

Scanner SC = new Scanner (System. i n );

int a = SC . Nextint ();

if (a>0) {

int b = a *1024*1024/4;

System. out. println ("you output."+a+" M's hard drive can store" "+b+" " Data of type int ");

}

Else

System. out . println ("You are outputting invalid data. ");

}

}

The first programming of the Java Foundation

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.