online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include<iostream>//نبدأ بوضع المكتبات using namespace std;//نبدأ بوضع المكتبات int main(){//الدالة الرئيسية int Yourgrade;//نقوم بتعريف متغير لدرجة المستخدم cout<<"enter your grade please"; cin>>Yourgrade; if (Yourgrade>=90){//A إذا كانت الدرجة أكثر أو يساوي 90 قم بطباعة  cout<<"congratulation you got an A"<<endl;} else if(Yourgrade>=80){//B إذا كانت الدرجة أكثر أو يساوي 80 قم بطباعة  cout<<"congratulation your grade is B"<<endl;} else if(Yourgrade>=70){//C إذا كانت الدرجة أكثر أو يساوي 70 قم بطباعة  cout<<" you got C"<<endl;} else if(Yourgrade>=60){//cإذا كانت الدرجة أكثر أو يساوي 60 قم بطباعة  cout<<" you got D, study harder please"<<endl;} else{cout<<"you fail go play games and wait for next year and try your best";} // إذا كانت الدرجة لا تساوي أي من الشروط السابقة فلقد رسبت للأٍسف  return 0; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue