id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tmhscs@gmail.com competition > UIL2015_INVA_01_ALIEN
prev  |  next  |  chance

It's your best friend's birthday, and you are throwing him a surprise party! Your friend is a big fan of old, text-based video games from the 1980's, and you have decided to theme the party accordingly. You've never thrown a themed party before, so you and some other creative compatriots get together and put together some ideas. For the front of the invitations, you settle on the design shown below:

_________ddd8888888bbb_________
_____d8888888888888888888b_____
__d8888888888888888888888888b__
_68888888888888888888888888889_
_68888b8888q8888888p8888d88889_
__d8887_____p88888q_____4888b__
___d8887____p88888q____4888b___
_____d887___p88888q___488b_____
_______d8bod8888888dob8b_______
_________d88888888888d_________
___________d8888888b___________
_____________d888b_____________
______________b8d______________
There is no input for this problem. You are to return a List<String> containing the alien shown above. Each entry in the List<String> should be only one line of the design.

UIL2015_INVA_01_ALIEN() → ["_________ddd8888888bbb_________", "_____d8888888888888888888b_____", "__d8888888888888888888888888b__", "_68888888888888888888888888889_", "_68888b8888q8888888p8888d88889_", "__d8887_____p88888q_____4888b__", "___d8887____p88888q____4888b___", "_____d887___p88888q___488b_____", "_______d8bod8888888dob8b_______", "_________d88888888888d_________", "___________d8888888b___________", "_____________d888b_____________", "______________b8d______________"]

...Save, Compile, Run (ctrl-enter)

public List<String> UIL2015_INVA_01_ALIEN() { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy