求大佬告知哪里錯誤
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
? ? class Program
? ? {
? ? ? ? static void Main(string[] args)
? ? ? ? {
? ? ? ? ? ? double price = 4388;//手機的售價
? ? ? ? ? ? double salary = 4978.67;//本月實發(fā)工資
? ? ? ? ? ?if (salary>=price)
?Console.WriteLine(“這月工資夠買手機!”);
? ? ? ? else {Console.WriteLine
? ? ? ? ? ?("這月工資不夠買手機!");
? ? ? ? ? ? ? ?
? ? ? ? ? ?}
? ? ? ? ? ?//請在這里補充條件判斷
? ? ? ? }
? ? }
}
2019-05-03
你的括號和引號用的是中文的標(biāo)點符號換成英文的就行了