Listing 13

11B.    dowork()
12B.    {
13B.        static int total = 20;
14B.        total += 20;
15B.        printf("total is %d ... ", total);
16B.        return (total);
17B.    }