Below you will find pages that utilize the taxonomy term “lesson 8”
June 8, 2024
Learn to Code in 5 Minutes a Day: Lesson 8
Lesson 7 Solution: Roman Numeral II If you completed lesson 7, you should have gotten something like the following. Remember, there is no one correct way to program any more than there is one right way to write a story or paint a picture. If you came up with a slightly different solution but it passes your unit tests, awesome!!!
roman_test.go
func TestRoman1(t *testing.T) { result := roman(1) expected := "I" if result !
read more