๐ Bug HuntC# C# / .NET Hardโก+35 XP
Interface Not Implemented
This code won't compile.
๐ Find the bug
1
interface IShape { double Area(); }2
class Circle : IShape { double radius; }๐ The bug is on line 2