a gleam implementation of a CS assignment originally written in cpp
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bug: fix assignment not equals

+1 -1
+1 -1
src/lab66.cpp
··· 44 44 for (int i = 0; i < book.length(); i++) 45 45 normalizedBook += toupper(book[i]); 46 46 if (normalizedBook == "PSALMS") 47 - normalizedBook == "PSALM"; 47 + normalizedBook = "PSALM"; 48 48 49 49 cout << "the chapter: "; 50 50 cin >> chapter;