Skip to content

DerronOnefive/TwoRockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

/**

  • @class: TwoRockets.java
  • @author: Derron Pierre
  • @date: August 30, 2022
  • @version: 1.0
  • description: this program will display two coded rockets side by side. */

public class TwoRockets { public static void main(String [] args){ System.out.println(" / \ / \"); System.out.println(" / \ / \"); System.out.println("/ \ / \"); System.out.println("+------+ +------+"); System.out.println("| | | |"); System.out.println("| | | |"); System.out.println("+------+ +------+"); System.out.println("|United| |United|"); System.out.println("|States| |States|"); System.out.println("+------+ +------+"); System.out.println(" /\ /\"); System.out.println(" / \ / \"); System.out.println(" / \ / \");

} }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors