1initial begin
2  $write("%.2f", 97.0);
3  $write("%c", 97.0);
4  $write("%s", 97.0);
5  $write("%d%d", 97.0, -97.0);
6  $finish;
7end
8