8/30/2020 6:13:38 AM
Pawan Kumar1 Answer
New AnswerPawan Kumar #include <stdio.h> int main() { int n,cost;//here n is the number of colors int m; scanf("%d",&n); n=n*5+40; m=round(n*0.1); cost=(m+n); printf("%d",cost); return 0; }
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message