Free Essay

Billygoat

In:

Submitted By billygoat
Words 270
Pages 2
Hi Andy~ This is computer programming code but I can help you with this one.
When you declare a variable in a programs code, it will be that value unless there is something after that that changes the value. The code has made a declaration that you have a variable called num that has an initial value of 99. Additionally the values will always be integers. (In contrast to a real number, any arithmetic that might be using this 'num' will round off to an integer). Next it takes num and replaces the 99 with 5 with the Set num = 5. Then it displays what value is stored in num which is now 5. This code could have been shortened to have the same result with:
Declare Integer num = 5
Display num

Math Prof Billygoat

Hi Andy~ This is computer programming code but I can help you with this one.
When you declare a variable in a programs code, it will be that value unless there is something after that that changes the value. The code has made a declaration that you have a variable called num that has an initial value of 99. Additionally the values will always be integers. (In contrast to a real number, any arithmetic that might be using this 'num' will round off to an integer). Next it takes num and replaces the 99 with 5 with the Set num = 5. Then it displays what value is stored in num which is now 5. This code could have been shortened to have the same result with:
Declare Integer num = 5
Display num

Math Prof Billygoat

Similar Documents

Free Essay

The Last Leaf

...A Clockwork Orange (UK Version) Anthony Burgess Introduction A Clockwork Orange I first published the novella A Clockwork Orange in 1962, which ought to be far enough in the past for it to be erased from the world's literary memory. It refuses to be erased, however, and for this the film version of the book made by Stanley Kubrick may be held chiefly responsible. I should myself be glad to disown it for various reasons, but this is not permitted. I receive mail from students who try to write theses about it or requests from Japanese dramaturges to turn It into a sort of Noh play. It seems likely to survive, while other works of mine that I value more bite the dust. This is not an unusual experience for an artist. Rachmaninoff used to groan because he was known mainly for a Prelude in C Sharp Minor which he wrote as a boy, while the works of his maturity never got into the programmes. Kids cut their pianistic teeth on a Minuet in G which Beethoven composed only so that he could detest it. I have to go on living with A Clockwork Orange, and this means I have a sort of authorial duty to it. I have a very special duty to it in the United States, and I had better now explain what this duty is. Let me put the situation baldly. A Clockwork Orange has never been published entire in America. The book I wrote is divided into three sections of seven chapters each. Take out your pocket calculator and you will find that these add up to a total of twenty-one chapters. 21 is the symbol...

Words: 61684 - Pages: 247