Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Lab 1: ASCII Art 
 
 
Name __________________________________________________________ Score _____________ 
 
In the laboratory assignment you will write a Java program to display a design made up 
of text (ASCII) characters.   
 
Program – Write a program that displays the following pattern: 
 
 
 
 
When your program is complete and working properly, answer the following questions: 
 
1.  About how many times did you have to test run your program before you got the 
display to appear as you wanted? 
                                                                     ___________________________ 
 
2. In your opinion how important is the choice of font to making this program work? 
 
___________________________________________________________________________________ 
 
3. In the jGrasp IDE, under Setting -> Font, change the font from “Courier New “to some 
other font such as “David”.  Click Apply.  What affect does this have on your program? 
 
____________________________________________________________________________________ 
 
____________________________________________________________________________________ 
 
Be sure to reset the font back to “Courier New”. 
 
4. Submit your source code and sample output with this completed questionnaire.