Java startup -- output Greek letters

Source: Internet
Author: User

/*
* Copyright and version Declaration of the program
* Copyright (c) 2011, a student from the computer College of Yantai University
* All Rights Reserved.
* File Name:
* Author: Zhang chuanxin
* Completion date: January 1, September 10, 2012
* Version No.: j.1.01

* Description of tasks and Solutions
* Input description:
* Problem description: Output Greek letters
* Program output:
* Problem Analysis :......
* Algorithm Design :......
*/

Public class Greek {/*** @ Param ARGs */public static void main (string [] ARGs) {// todo auto-generated method stubint start = 945, end = 969; for (INT I = start; I <= end; I ++) {if (I % 5 = 0) {system. out. println (); // line feed} system. out. print (char) I); // type conversion }}}

Running result:

α β Gamma Delta ε
ε θ ι K
λ μV ε weight
π? σ Tau
υ λ ω

Experience Accumulation:
1. Hope you have a good start !!!

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.