Question: C# Programming: How do I fix the red line beneath the number ? string costPerAnvils; if (numberOfAnvils = 20) { costPerAnvils = 68.25; }

C# Programming:
How do I fix the red line beneath the number ?
string costPerAnvils; if (numberOfAnvils = 20) { costPerAnvils = 68.25; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
