Post

Replies

Boosts

Views

Activity

Reply to Char comparison not working
It will continuously take inputs and display it in a list if the input is a real word and if the last letter in the previous word is the same as the first letter in the word just inputted. A successful sequence of inputs should be as follows... Cow Walk Karate Electric candle... and so on
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’21
Reply to Char comparison not working
Expected: Input cat; score will go up by 1, health will stay the same. Next input is cow; score will stay the same but health will decrease by 1. Actual result: Input cat; score will go up by 1, health will stay the same. Next input is cow; score will go up the same but health will stay the same.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’21