online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
while True: askQuestion = input( 'Pick between a dog or a cat: ' ) if askQuestion == "cat": print( 'Good choice!' ) break elif askQuestion == "dog": print( 'Too bad! you get a cat. ' ) break else: print( 'Please choose between a dog or a cat' ) askQuestion = input( 'pick a color for your cat! \nChoose Blue, red, or yellow: ' ) penSize = input( 'Please pick a pen size 1 through 100: ' ) penPace = input( 'Lastly, pick a pen speed, 1 through 100: ' ) print(type(askQuestion), type(penSize), type(penPace), '\n') askQuestion = input( 'pick a color for your cat! \nChoose Blue, red, or yellow: ' ) penSize = float(input( 'Please pick a pen size 1 through 100: ' )) penPace = float(input( 'Lastly, pick a pen speed, 1 through 100: ' )) print(type(askQuestion), type(penSize), type(penPace))

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