0
Help me with Halloween candy in c or python
2 Antworten
0
swarup kumar Please provide your code inorder to get help.
Thanks and happy coding.
0
#include <stdio.h>
int main() {
int houses,w;
float output,y ,z;
scanf("%d", &houses);
y=100;
//your code goes here
output=2*y/houses;
z=output+0.5;
w=(int)z;
printf ("%d",w);
return 0;