8000 GitHub - YHoP/Ping-Pong-BDD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YHoP/Ping-Pong-BDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Ping-Pong-BDD

Ping-Pong with BDD Recreate the Ping-Pong application using BDD.
It should have a method that accepts a number and returns a list of numbers and Strings that correspond to the Ping-Pong solution. This time, have the method return an ArrayList (i.e app.pingPong(7) returns [1, 2, "ping", 4, "pong", "ping", 7]).
The Ping-Pong method counts from 1 to a given number. For example, we expect an input of 2 to return the ArrayList [1, 2].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0