#include<stdio.h> void main() { int wit_cash; printf("how much cash do you want to with draw\n"); scanf("%d",&wit_cash); int hnd=wit_cash/100; int fif=wit_cash/50; int ten=wit_cash/10; printf("100 : %d\n",hnd); printf("50 : %d\n",fif); printf("tens : %d\n",ten); }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter