Home > database >  To program the answer
To program the answer

Time:10-18

CodePudding user response:

 # include & lt; stdio.h> 

Int main (void) {
Float num=13.54;
Int I=2012;
While (num<15)
{
Num=num * 1.01;
i++;
}
Printf (" % d ", I);
}
  • Related