Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main() { const int LENGTH = 10; const int WIDTH = 5; const char NEWLINE = '\n'; int area; area = LENGTH * WIDTH; printf("value of area : %d", area); printf("%c", NEWLINE); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines