#include <stdio.h> int main() { float a,i; char b; int sum,count; scanf("%f %c",&a,&b); for(i=a;i>0;i--) { count++; } if(b=='y') ...