i made a program in c++ and getting around 4 errors, can someone find out the problem and help me rectify it, thanks
≡ File Edit Search Run Compile Debug Project Options Window Help
╔═[■]════════════════════════════ CALCULAT.CPP ══════════════════════════2═[↕]═╗
║{ ▲
║clrscr() ▒
║float d,t,interest; ▒
║cout<<"Enter the deposit"; ■
║cin>>d; ▒
║cout<<"Enter the Time Period in months"; ▒
║cin>>t; ▒
║if ((d<2000)&&(t>=24) ▒
║ { interest=5; } ▒
║ else if ((d=>2000)&&(d<=6000)&&(t=>24)) ▒
║ { interest=7; } ▒
║ else if ((d>=6000)&&(t>=12)) ▒
║ { interest=12; } ▒
║ else if (t=>60) ▒
║ { interest=10; } ▒
║ else ▒
║ {interest=3; } ▒
║cout<<"The interest on "<<deposit<<" and time period of "<<time<<" months is "▒
║getch(); ▒
║} ▒
║ ▼
╚══════ 11:15 ════◄■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒►─┘
F1 Help Alt-F8 Next Msg Alt-F7 Prev Msg Alt-F9 Compile F9 Make F10 Menu