I need help setting up this code for an assignment
I am just trying to get this work done, I need help with the first few steps of the code.

namespace SavingsAccount
{
public class SavingsAccount
{
private static double annualInterestRate;
private double savingsBalance;
System.String savingsAccountName
{
get => getSavingsAccountName;
set => setSavingsAccountName = value;
}
}
} System.Stringstring get => getSavingsAccountName;
set => setSavingsAccountName = value; public double SavingsBalance
{
get => Return SavingsBalance;
set => SavingsBalance = value;
} public double SavingsBalance
{
get => Return SavingsBalance;
set => SavingsBalance = value * CalculateMonthlyInterest (value);
}public double SavingsBalance { get; set; }