ABAadhithya Bharadwaj BMinaadhithya.hashnode.dev·Apr 29, 2024 · 1 min readMatching strings in an arrayProblem Statement In this code we are matching the strings in the array with words you type, basically making sure that the word you typed in is there in the array, it is like a bool code. User Story As a Developer, i want to match words with the wor...00
ABAadhithya Bharadwaj BMinaadhithya.hashnode.dev·Apr 28, 2024 · 1 min readCS-50 Matching Number ProgramProblem Statement In this code we are matching the numbers in the array with numbers you type, basically making sure that the number you typed is there in the array it is like a bool code. User Story As a Developer, i want to match number with the nu...00