
- By Emmanuel Valverde
- ·
- Posted Jan 21, 2023 9:00:00 AM
ATM machine
Iteration 1 Business rules We want to build an ATM machine and the first thing we need to do, is to create the software that will breakdown which..
NASA’s latest radar technology captures shape signatures of flying objects as strings of characters. As everyone knows, UFO’s are shaped like saucers and are therefore symmetrical. If a radar signal string is a Palindrome then it is symmetrical and represents a UFO. A palindrome is a word, phrase, number, or sequence of characters that reads the same forwards and backwards.
Implement a function that accepts a radar signal string and if it is symmetrical in shape determines that it is a UFO, otherwise it is not. If the string is a Palindrome then it is deemed symmetrical.
A string representing the radar signal for the object. Ignore spaces, punctuation and differences in letter case.
Return True if the input string is a Palindrome and therefore represents a UFO signature, False otherwise.
Ignore capital letters, punctuation, and word dividers. Any character other than alphanumeric characters are classed as punctuation. Numbers in the radar signal should be treat as strings.
Iteration 1 Business rules We want to build an ATM machine and the first thing we need to do, is to create the software that will breakdown which..
In computer science, a stack is a famous abstract data type that provides certain operations on a collection of elements. Stacks have a long history,..
There is a shortage of Christmas trees this year, however, you can help! In the absence of real trees, Santa is going to teach the children of the..
Join our newsletter for expert tips and inspirational case studies
Join our newsletter for expert tips and inspirational case studies