A>int V = 0; A>double d,Old = 0.0; A>try { A> d = (double)V/Old; A>} catch (...) { A> PRINT_LOG(); A>} A>a = d; A>