Hi! I'm a c++ student and I'm using Borland 5.02 as my compiler. How can I use setprecision with cprintf? I want to set the number of digits after the decimal point to two. I know how to do it with 'cout' but I don't know how to do it with 'cprintf'. The program kinda looks like the one below...