online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
print ("Type in your IGCSE mark") MARK=int(input('')) if MARK >= 89 and MARK <= 100 print ("PARTY HARD! You have gotten A*") elif MARK >= 79 and MARK <=90: print ("AMAZING! You have gotten an A") elif MARK >= 69 and MARK <=80: print ("Not bad! You have gotten a B") elif MARK >= 59 and MARK <=70: print ("Could be better. You have gotten a C") elif MARK >= 49 and MARK <=60: print ("Try harder! You have gotten a D") elif MARK >= 39 and MARK <=50: print ("Pay more attention in class. You have gotten an E") elif MARK >= 90 and MARK <=100: print ("I suggest you go to a tuition. You have gotten an F") else: while (MARK >= 100 or <= 0) print ("Invalid Input")

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