Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.22 KB

puzzle-three.md

File metadata and controls

38 lines (23 loc) · 1.22 KB

Attention to details II

What

Can you spot the 5 differences between the two pieces of code below?

Hint: Differences can be subtle and not always where you think they may be!

Why

Computer Scientists and Engineers have great attention to detail. If they didn’t, complex systems like airplanes, cars, and computers would not work!

Spotting differences/bugs helps programmers write better programs and solve problems. The smallest differences may result in major effects so checking for errors/bugs is essential.

Problem Image

Answers

I found at least one difference, i.e. ___




How

Spoiler

Explaination The capital 'S' in the first line.