99 multiplication Table (Java) __java

Source: Internet
Author: User
*
* Copyright and version Statement of the procedure
* Copyright (c) 2011, Yantai University Computer College students 
* All rights reserved.
* File name: 99 multiplication Table                             
*    Person: Yantai University 2011 Level 114-3 Zhang Zongjia                            
* Completion Date:  2012 7  months  * Date:          

* to the task and solution side Description of the method
* Input Description:
* Problem Description: Using the cyclic output 99 multiplication table
* Program output: output 99 multiplication table */
class Demo
{public
	static void Main (string[] args)
	{
		System.out.println ("Hello,java");
		
		System.out.println ("My Little 99:");
		int x,y;

		for (x = 0;x <= 9 + + +)
		{for
			(y = 1;y <= x; y++)
			{
				System.out.print (y+ "*" +x+ "=" +x*y+ "\ t");
			}
			System.out.println ();}}




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.