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].
-
Notifications
You must be signed in to change notification settings - Fork 1
YHoP/Ping-Pong-BDD
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published