Nikita Ignatenkov : Managed to get 93. Here it is:
static int Val3(){
float val = 0.94f;
return (int)((double)val*100);
}
In fact, suspicious that you have a place float val=0.94; I she writes
Literal of type double cannot be implicitly converted to type 'float'; use an 'F' suffix to create a literal of this type
(compiler VS 2013). Probably different settings. Or different languages.